network_core 0.0.3 copy "network_core: ^0.0.3" to clipboard
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 NetworkClient for handling requests.
  • Extendable NetworkConfiguration to customize the client setup.
  • Simplified request and response parsing using RequestApi and EntityParser.
  • Built-in support for dependency injection and modular architecture.

Installation #

Add the package to your pubspec.yaml file:

dependencies:
  network_core: ^0.0.3
0
likes
130
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter Network Core Using DIO.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, dio, equatable, flutter

More

Packages that depend on network_core