flutter_key_value_file_storage 0.1.0 copy "flutter_key_value_file_storage: ^0.1.0" to clipboard
flutter_key_value_file_storage: ^0.1.0 copied to clipboard

An implementation to save big chunks of content to a file

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_key_value_file_storage

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

dependencies:
  flutter_key_value_file_storage: ^0.1.0

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:flutter_key_value_file_storage/flutter_key_value_file_storage.dart';
2
likes
150
points
1.06k
downloads

Publisher

verified publishericapps.com

Weekly Downloads

An implementation to save big chunks of content to a file

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, flutter_secure_storage, path, path_provider, synchronized

More

Packages that depend on flutter_key_value_file_storage