networking_layer 1.1.2
networking_layer: ^1.1.2 copied to clipboard
A robust, solid-compliant networking layer using Dio.
1.1.1 #
- Improved example with comprehensive usage scenarios.
- Enhanced documentation and internal code comments.
1.1.0 #
- Added
AppConstantsfor centralized initialization. - Refactored
DioServicesfor more flexible response handling. - Support for "Direct Style" (imperative) response handling.
- Improved
Listresponse processing (no more automatic wrapping). - Added global translation hook.
- Updated comprehensive
README.md.
1.0.1 #
- Enhanced documentation with detailed usage guide.
- Added
EXPLANATION_SCRIPT.mdfor video creation. - Improved README.md structure.
1.0.0 #
- Initial release of the networking_layer package.
- Includes
DioServiceswithDioConfigfor decoupled configuration. - Includes
ApiClientmixin for REST and GraphQL support. - Includes standard
HelperResponseand interceptors.