aircloud_storage 0.0.1
aircloud_storage: ^0.0.1 copied to clipboard
AirCloud Storage is a Flutter package that provides cloud-based file storage, retrieval, and management functionalities. It integrates with modern UI components and supports persistent local storage, [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aircloud_storageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aircloud_storage: ^0.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:aircloud_storage/aircloud_storage.dart';