huawei_drive 5.0.0+308 huawei_drive: ^5.0.0+308 copied to clipboard
Huawei Drive Kit provides cloud storage for your apps, enabling users to store files that are created in Drive while using your apps, including photos, videos, and documents.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add huawei_drive
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
huawei_drive: ^5.0.0+308
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:huawei_drive/huawei_drive.dart';