tool_storage 0.0.4 copy "tool_storage: ^0.0.4" to clipboard
tool_storage: ^0.0.4 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_storage

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

dependencies:
  tool_storage: ^0.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: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/tool_storage_di.dart';
import 'package:tool_storage/declaration/tool_storage_module.dart';
import 'package:tool_storage/declaration/tool_storage_module_impl.dart';
import 'package:tool_storage/declaration/tool_storage_params.dart';