aircloud_storage 0.0.1 copy "aircloud_storage: ^0.0.1" to clipboard
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_storage

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

dependencies:
  aircloud_storage: ^0.0.1

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:aircloud_storage/aircloud_storage.dart';
0
likes
110
points
289
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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, custom fonts, and HTTP networking for seamless cloud interactions.

Homepage

License

MIT (license)

Dependencies

flutter, get_storage, google_fonts, http, shimmer

More

Packages that depend on aircloud_storage