sleek_storage_flutter 2.1.0
sleek_storage_flutter: ^2.1.0 copied to clipboard
Flutter version of sleek_storage
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sleek_storage_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sleek_storage_flutter: ^2.1.0Alternatively, 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:sleek_storage_flutter/sleek_storage_flutter.dart';