onedrive 0.1.0 copy "onedrive: ^0.1.0" to clipboard
onedrive: ^0.1.0 copied to clipboard

Manage files on OneDrive

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add onedrive

With Flutter:

 $ flutter pub add onedrive

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

dependencies:
  onedrive: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:onedrive/onedrive.dart';
0
likes
140
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Manage files on OneDrive

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, json_annotation

More

Packages that depend on onedrive