venturo_api_manager 1.0.3 copy "venturo_api_manager: ^1.0.3" to clipboard
venturo_api_manager: ^1.0.3 copied to clipboard

A customizable dio package for Flutter.

1.0.3 #

✨ Added

  • SentryInterceptor: Integrates with sentry_flutter to capture API errors with optional custom scopes and messages.
  • VenturoApiInterceptor: New useSentry toggle and onErrorSentryEvent callback for richer Sentry context.
  • SecurityInterceptor: Verifies X-Signature headers using VenturoApiSecurity with success/failure callbacks.

⚡ Changed

  • Interceptors: Improve error handling and callback hooks for more robust behavior.

1.0.0 #

  • Initial release of venturo_api_manager.
  • Provides API request management with custom security signatures.
  • Implements error handling and response parsing.

1.0.1 #

✨ Added • VentDio: Introduced a new patch method. • VentDio: Added a new copyWith extension for dynamic security configuration. ⚡ Changed • Dio: Refactored by removing the private dio property for cleaner structure. 🛠 Fixed • Updated the package version.

1.0.2 #

🛠 Fixed • TokenInterceptor: Prevent overwriting existing Authorization header when already provided in request options.

🔧 Chore • Add .fvmrc to pin Flutter version via FVM. • Add .vscode/settings.json editor settings. • Update .gitignore entries. • Example: Update pubspec.yaml and pubspec.lock to align dependencies.

2
likes
110
points
345
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable dio package for Flutter.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, fast_rsa, flutter, logger, sentry_flutter

More

Packages that depend on venturo_api_manager