shorebird_downloader 0.8.0
shorebird_downloader: ^0.8.0 copied to clipboard
用于可以自定义 Shorebird 下载的库
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate shorebird_downloaderUse it
The package has the following executables:
$ shorebird_downloader
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shorebird_downloaderThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
shorebird_downloader: ^0.8.0Alternatively, 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:shorebird_downloader/shorebird_downloader.dart';