http_tool
A network request library based on Dio, featuring functions such as request retry, logging, interceptors, and business error handling.
Installation
Add the dependency in pubspec.yaml:
dependencies:
http_tool: ^1.0.0
Then run:
flutter pub get
Usage
Please check the example.
Example
See the example directory for a complete sample app.
License
The project is under the MIT license.