network_bound_resource 1.1.0-dev.3
network_bound_resource: ^1.1.0-dev.3 copied to clipboard
A package to handle online and offline http requests. This package decides whether to load data locally or from the server, also this package helps your app to save data offline and sync later when th [...]
1.0.0 #
- Initial version.
- Methods available: GET, POST, PUT, DELETE and PATCH
1.1.0-dev.1 #
- New method to verify internet connection.
- Addition of new property to allow decide if sync data when no connection
- Expose methods to clear database and save data in local database
1.1.0-dev.2 #
- New method to get all data from a table.
1.1.0-dev.3 #
- Update README