local_file_preferences 0.0.4 copy "local_file_preferences: ^0.0.4" to clipboard
local_file_preferences: ^0.0.4 copied to clipboard

This package provides local json file saving and Loading utility.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add local_file_preferences

With Flutter:

 $ flutter pub add local_file_preferences

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

dependencies:
  local_file_preferences: ^0.0.4

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

Import it

Now in your Dart code, you can use:

import 'package:local_file_preferences/local_file_preferences.dart';
2
likes
0
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

This package provides local json file saving and Loading utility.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on local_file_preferences