Network Client Package
A simple Dart package for making network requests (GET, POST, PUT, PATCH, DELETE) with logging and error handling.
Features
- Easy-to-use HTTP methods: GET, POST, PUT, PATCH, DELETE
- Automatic error handling and logging
- Supports dynamic API calls with a single method (
callAPIMethod)
Installation
To use this package, add it to your pubspec.yaml file:
dependencies:
network_client:
git:
url: https://github.com/maynul4/netwrokClient