busenet 1.0.3
busenet: ^1.0.3 copied to clipboard
Busenet is a network package that uses Dio underneath. It allows easy integration and quick usage, with request-based caching and generic response model assignment.
1.0.3 #
- Added IOHttpClientAdapter parameter to INetworkManager initialize method
1.0.2 #
- Added support for custom HTTP client adapters
- Improved flexibility in network manager initialization
1.0.1 #
- Added BNCachePolicy enum to replace direct usage of dio_cache_interceptor CachePolicy
- Improved cache policy management with custom enum
- Fixed file naming: renamed i_netwok_manager.dart to i_network_manager.dart (typo fix)
- Enhanced type safety for cache policy handling
1.0.0 #
- Updated dependencies
- Updated caching mechanism
0.9.1 #
- added uri to request time logging
0.9.0 #
- added request time logging
0.8.3 #
- fixed ignore entity key
0.8.2 #
- fixed model parser
0.8.0 #
- added download feature to network manager
0.7.1 #
- updated network manager for fetch primitive
0.7.0 #
- fixed no result response
- added fetch primitive
0.6.3 #
- fixed imports
0.6.2 #
- send error messages to error handler method
0.6.1 #
- added error messages
0.6.0 #
- added failures
0.5.0 #
- added dio exception type to base response model
- remove default values from network configurations' timeouts
0.4.1 #
- network manager fetch fix
0.4.0 #
- Added custom entity key to request
0.3.0 #
- network manager init fix
0.2.2 #
- auth token fix
0.2.1 #
- ignore entity key in request fix
0.2.0 #
- Added ignore entity key in request
0.1.9 #
- Added isLoggerEnabled
- Update README.md
0.1.8 #
- Format classes
- Update README.md
0.1.7 #
- Added EmptyResponseModel
- Added example
0.1.6 #
- Update README.md
0.1.5 #
- Update README.md
0.1.4 #
- Update package name