dio_network_service 1.0.0
dio_network_service: ^1.0.0 copied to clipboard
A professional, SOLID-compliant network service layer for Flutter, built on top of Dio. Features generic result types, exhaustive error handling with sealed classes, and clean architecture patterns.
1.0.0 #
- Initial release of
dio_network_service. - SOLID-compliant network service architecture.
- Generic
NetworkResultwrapper for success/failure states. - Sealed
NetworkExceptionhierarchy for exhaustive error handling. DioNetworkClientimplementation for robust HTTP operations.- Base
NetworkServiceclass for easy integration into feature services.