Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.36 KB

An MVVM network handler for flutter. Call an API, retrieve the call in viewmodel, expose the observeable in your UI.

Features

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.

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

const like = 'sample';

Additional information

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.