network_bound_resource 1.1.0
network_bound_resource: ^1.1.0 copied to clipboard
A package to handle online and offline http requests. This package helps your app to save data offline and sync later when the device has an internet connection
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
1.1.0-dev.4 #
- Upgrade dependencies
1.1.0 #
- 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
- New method to get all data from a table.
- Upgrade dependencies