deo_emerges 0.1.0
deo_emerges: ^0.1.0 copied to clipboard
An advanced Flutter networking package built on top of Dio, offering concurrent request handling, comprehensive error management, and extensive features for modern Flutter applications.
Changelog #
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