storage_all_ggez 1.0.1
storage_all_ggez: ^1.0.1 copied to clipboard
Access most of the storage information with ease any time you want
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add storage_all_ggezThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
storage_all_ggez: ^1.0.1Alternatively, 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:storage_all_ggez/storage_all_ggez.dart';