seedkit_module_storage 0.0.2 copy "seedkit_module_storage: ^0.0.2" to clipboard
seedkit_module_storage: ^0.0.2 copied to clipboard

A small SeedKit storage helper package backed by shared_preferences.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add seedkit_module_storage

With Flutter:

 $ flutter pub add seedkit_module_storage

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

dependencies:
  seedkit_module_storage: ^0.0.2

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:seedkit_module_storage/seedkit_module_storage.dart';
0
likes
0
points
461
downloads

Publisher

unverified uploader

Weekly Downloads

A small SeedKit storage helper package backed by shared_preferences.

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on seedkit_module_storage