flutter_network_layer_core 0.5.0  flutter_network_layer_core: ^0.5.0 copied to clipboard
flutter_network_layer_core: ^0.5.0 copied to clipboard
Core library for flutter_network_layer. Includes base classes of flutter_network_layer project.
0.4.1 #
- Fix: network_error.dartfile is exported influtter_network_layer_core.dartfile.
0.4.0 #
- Logging components are added to the core library. The implementations must provide an onLogfunction.
- Error types are created for the errors occurs in the network invokers.
0.3.0 #
- whenand- whenAsyncfunctions of- ResponseResultclass are updated to be able to return a custom data.
0.2.1 #
- Readme updated.
0.2.0 #
- IRequestCommandinterface turned into- RequestCommandabstract class.
- IResponseModelinterface turned into- JsonResponseModeland- CustomResponseModelabstract classes.
- In product level, requests and responses have to be created by extending these abstract classes.
0.1.1 #
- Readme updated.
- Example project updated.
0.1.0 #
- Alpha release
0.0.1 #
- initial release.