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.

nft_local_storage #

A Flutter local storage in nft.

Getting Started #

  • Import
import 'package:nft_local_storage/nft_local_storage.dart';
  • Create provider to my app
Provider<LocalStorage>(create: (_) => LocalStorage()),
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