yandex_disk 0.1.2
yandex_disk: ^0.1.2 copied to clipboard
The library for integration with Yandex.Disk via HTTP REST API.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add yandex_diskWith Flutter:
$ flutter pub add yandex_diskThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
yandex_disk: ^0.1.2Alternatively, 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:yandex_disk/yandex_disk.dart';