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