deo_emerges 0.1.3
deo_emerges: ^0.1.3 copied to clipboard
Flutter networking package built on Dio with concurrent requests, error handling, and state management integration.
Changelog #
0.1.3 #
- Updated package description for better clarity
- Improved documentation and examples
- Fixed package metadata for pub.dev compliance
- Prepared for official pub.dev release
0.1.2 #
- Updated dependency versions to latest compatible releases
- Improved compatibility with Flutter 3.18
- Enhanced documentation and examples
0.1.1 #
- Updated package dependencies
- Fixed Git repository integration
- Improved package documentation
0.1.0 - Developed by Tisankan #
- Initial release with the following features:
- Concurrent Request Handling
- Comprehensive Error Handling with retry mechanisms
- Request Cancellation
- Interceptors (logging, caching, authentication)
- Customizable Timeout Settings
- Secure Communication with SSL pinning
- State Management Integration (Provider, Riverpod, Bloc)
- Performance Optimization
- Added support for all HTTP methods (GET, POST, PUT, DELETE, PATCH, HEAD)
- Implemented adapters for popular state management solutions
- Added comprehensive test suite
- Created example application demonstrating key features