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_flutterto capture API errors with optional custom scopes and messages. - VenturoApiInterceptor: New
useSentrytoggle andonErrorSentryEventcallback for richer Sentry context. - SecurityInterceptor: Verifies
X-Signatureheaders usingVenturoApiSecuritywith 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.