network_core 0.0.3
network_core: ^0.0.3 copied to clipboard
Flutter Network Core Using DIO.
Network Core Flutter (Dio) #
Network Core - Flutter Package #
Network Core is a Flutter package that simplifies network operations using the Dio HTTP client. It provides a clean and extendable architecture for making network requests, parsing responses, and managing API configurations.
Features #
- Easy-to-use
NetworkClientfor handling requests. - Extendable
NetworkConfigurationto customize the client setup. - Simplified request and response parsing using
RequestApiandEntityParser. - Built-in support for dependency injection and modular architecture.
Installation #
Add the package to your pubspec.yaml file:
dependencies:
network_core: ^0.0.3