md_api_service 0.0.2 md_api_service: ^0.0.2 copied to clipboard
A Base API Service to use single Dio for multiple host and make model mapping easier.
APIService #
A base api service for Dart/Flutter project.
This library is strongly inspired by MGAPService
Thank you, tuan188
Installation #
Add the api_service
package to your pubspec dependencies.
Usage #
- Simple examples are provided in
app
andflutter_app
directory forDart
andFlutter