flutter_file_storage 0.0.1 copy "flutter_file_storage: ^0.0.1" to clipboard
flutter_file_storage: ^0.0.1 copied to clipboard

discontinuedreplaced by: flutter_key_value_file_storage
outdated

An implementation for flutter file storage. For example keychain has a soft limit of 4kb. Using the file system instead we can store much larger content

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_file_storage

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

dependencies:
  flutter_file_storage: ^0.0.1

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_file_storage/flutter_file_storage.dart';
1
likes
0
points
20
downloads

Publisher

verified publishericapps.com

Weekly Downloads

An implementation for flutter file storage. For example keychain has a soft limit of 4kb. Using the file system instead we can store much larger content

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

device_info_plus, flutter, flutter_secure_storage, path, path_provider, synchronized

More

Packages that depend on flutter_file_storage

Packages that implement flutter_file_storage