network_resource 0.2.0 copy "network_resource: ^0.2.0" to clipboard
network_resource: ^0.2.0 copied to clipboard

outdatedDart 1 only

Automatically cache network resources and use them when offline.

[0.2.0] - July 20, 2018 #

  • Breaking: a File must be passed instead of a file name.
  • Removed Flutter dependency.
  • Added unit tests.

[0.1.0] - July 15, 2018 #

  • Make NetworkResource easily extendable so that it can be adapted to any data type.

[0.0.4] - July 15, 2018 #

  • Return data without waiting for cache write to finish.
  • Many documentation improvements.

[0.0.3] - June 20, 2018 #

  • Breaking: NetworkResource is now abstract. You must use StringNetworkResource, StringListNetworkResource, BinaryNetworkResource, or extend and create your own.

[0.0.2] - June 13, 2018 #

  • Added example usage.

[0.0.1] - June 13, 2018 #

  • First release.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Automatically cache network resources and use them when offline.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on network_resource