api_storage 0.0.11+beta
api_storage: ^0.0.11+beta copied to clipboard
Nothing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add api_storageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
api_storage: ^0.0.11+betaAlternatively, 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:api_storage/api_storage.dart';