network_bound_resource 1.1.0 copy "network_bound_resource: ^1.1.0" to clipboard
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

Description #

This is 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 the device has an internet connection.

You can make GET, POST, PUT, DELETE, or PATCH, and sync the data when there isn't internet connection.

Known issues #

  • You can't make an offline request if you send a MultipartFile.fromFile. You have to send syncDataIfNoConnection: false in the method parameters.

Contributing #

Contributions are welcomed!

Here is a list of how you can help:

  • Report bugs and scenarios that are difficult to implement
  • Report parts of the documentation that are unclear
  • Update the documentation / add examples
  • Implement new features by making a pull-request
0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

connectivity_plus, dio, flutter, path, path_provider, sembast

More

Packages that depend on network_bound_resource