tool_storage 0.0.3
tool_storage: ^0.0.3 copied to clipboard
Contains base functionality for the storage
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tool_storageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tool_storage: ^0.0.3Alternatively, 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:tool_storage/data.dart';
import 'package:tool_storage/data/providers/cache/cache_provider.dart';
import 'package:tool_storage/data/providers/cache/string_key.dart';
import 'package:tool_storage/data/providers/preferences/preferences_provider.dart';
import 'package:tool_storage/data/providers/preferences/storage_migrator.dart';
import 'package:tool_storage/declaration/storage_initializer.dart';
import 'package:tool_storage/declaration/tool_storage_di.dart';