remote_data_provider 1.0.2 copy "remote_data_provider: ^1.0.2" to clipboard
remote_data_provider: ^1.0.2 copied to clipboard

Help implementing providers easier with predefined abstract classes, special is for working with remote data.

Remote Data Provider #

Test DryRun Publish PubVersion Issues

Help implementing providers easier with predefined abstract classes, special is for working with remote data.

Features #

Work with RESTful APIs

DataListProvider supports:

  • Fetch/refresh data
  • Create, remove data

BasicDataProvider supports:

  • Fetch/refresh data
  • Update data

Extended HTTP supports:

  • Caching API response (for GET requests only)
  • Set request timeout
  • Set request headers (authorization token,...)
  • Set request baseURL (http:// yourhost .com /api)

See more in the example

Dependencies #

http

flutter_cache_manager

References #

provider

Feel free to leave an issue if you need help or see something wrong in this package. #

10
likes
130
pub points
16%
popularity

Publisher

verified publisherbesoft.vn

Help implementing providers easier with predefined abstract classes, special is for working with remote data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_cache_manager, http

More

Packages that depend on remote_data_provider