flutter_application_generator 0.26.0 copy "flutter_application_generator: ^0.26.0" to clipboard
flutter_application_generator: ^0.26.0 copied to clipboard

A starter CLI for creating apps using FlutterApplicationTemplate.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_application_generator

Use it

The package has the following executables:

$ flutter_application_generator

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_application_generator

With Flutter:

 $ flutter pub add flutter_application_generator

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

dependencies:
  flutter_application_generator: ^0.26.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:flutter_application_generator/flutter_application_generator.dart';
3
likes
160
points
15
downloads

Publisher

verified publishernventive.com

Weekly Downloads

A starter CLI for creating apps using FlutterApplicationTemplate.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

archive, args, cli_completion, http, mason_logger, path, pub_updater

More

Packages that depend on flutter_application_generator