gradle_wrapper 0.3.0 copy "gradle_wrapper: ^0.3.0" to clipboard
gradle_wrapper: ^0.3.0 copied to clipboard

A cli for download gradle-wrapper with proxy.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate gradle_wrapper

Use it

The package has the following executables:

$ gradle_wrapper

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gradle_wrapper

With Flutter:

 $ flutter pub add gradle_wrapper

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

dependencies:
  gradle_wrapper: ^0.3.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:gradle_wrapper/gradle_wrapper.dart';
0
likes
100
pub points
41%
popularity

Publisher

verified publisherkikt.top

A cli for download gradle-wrapper with proxy.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, crypto, dio, path, props

More

Packages that depend on gradle_wrapper