md_api_service 0.0.1 md_api_service: ^0.0.1 copied to clipboard
Base API Service
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