smart_store 1.0.4 copy "smart_store: ^1.0.4" to clipboard
smart_store: ^1.0.4 copied to clipboard

Flutter package for ultra-simple local data storage in key-value format - with zero boilerplate.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_store

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

dependencies:
  smart_store: ^1.0.4

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:smart_store/smart_store.dart';
1
likes
140
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for ultra-simple local data storage in key-value format - with zero boilerplate.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, msgpack_dart, path_provider

More

Packages that depend on smart_store