nft_local_storage 2.0.2 copy "nft_local_storage: ^2.0.2" to clipboard
nft_local_storage: ^2.0.2 copied to clipboard

discontinuedreplaced by: npreferences

A Flutter local storage using SharedPreferences for nft. This lib is created by nhancv.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nft_local_storage

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

dependencies:
  nft_local_storage: ^2.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:nft_local_storage/nft_local_storage.dart';
1
likes
30
pub points
0%
popularity

Publisher

verified publishernhancv.com

A Flutter local storage using SharedPreferences for nft. This lib is created by nhancv.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on nft_local_storage