venturo_api_manager 1.0.3
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 andonErrorSentryEvent
callback for richer Sentry context. - SecurityInterceptor: Verifies
X-Signature
headers usingVenturoApiSecurity
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.