An MVVM network handler for flutter. Call an API, retrieve the call in viewmodel, expose the observeable in your UI.
Handles Network Error Statues and Messages
Handles Jsons to Dart Object.
Easy API calls so you only have to worry of your logic in ViewModel and your actual UI.
Supports GET, POST, and MultiPart.
TODO: List prerequisites and provide or point to information on how to start using the package.
TODO: Include short and useful examples for package users. Add longer examples
to /example
folder.
const like = 'sample';
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.