diff_cache 0.0.2 copy "diff_cache: ^0.0.2" to clipboard
diff_cache: ^0.0.2 copied to clipboard

Comparing and caching server files

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add diff_cache

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  diff_cache: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:diff_cache/diff_cache.dart';
0
likes
135
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Comparing and caching server files

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, path_provider, plugin_platform_interface, shared_preferences, uuid

More

Packages that depend on diff_cache

Packages that implement diff_cache