flutter_build_uploader 0.0.4 copy "flutter_build_uploader: ^0.0.4" to clipboard
flutter_build_uploader: ^0.0.4 copied to clipboard

A Flutter CLI tool to simplify your post-build workflow:

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_build_uploader

Use it

The package has the following executables:

$ flutter_build_uploader

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_build_uploader

With Flutter:

 $ flutter pub add flutter_build_uploader

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

dependencies:
  flutter_build_uploader: ^0.0.4

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:flutter_build_uploader/flutter_build_uploader.dart';
8
likes
150
points
41
downloads
screenshot

Publisher

verified publisherratulicious.me

Weekly Downloads

A Flutter CLI tool to simplify your post-build workflow:

Repository (GitHub)
View/report issues

Topics

#flutter #build #uploader #automation #deployment

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

http, intl, path, yaml

More

Packages that depend on flutter_build_uploader