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

A starter CLI for creating apps using FlutterApplicationTemplate.

Flutter Application Template #

License

This is a mobile app project template using Flutter and the latest Flutter/Dart practices.

Requirements #

Visual Studio Code with Flutter are required.

This template largely relies on Flutter, if you want to make sure you got everything installed correctly on your machine, we encourage you to use flutter doctor -v, the documentation is available here

Getting Started #

We use a Dart CLI application to easily create new projects.

Generate a new project #

  1. Install the CLI using this command.

    dart pub global activate flutter_application_generator

  2. Create a new project using this command.

    flutter_application_generator create --destinationDirectory C:\P --projectName MyProjectName --applicationName MyAppName --packageName com.example.myAppName --organizationName MyOrg

    💡 The organization parameter is optional (Only used for the Windows platform).

    💡 You'll need internet access to create new projects.

    The following options are available when running the command.

    • To get help: flutter_application_generator --help

    • To show version: flutter_application_generator --version

Next Steps #

  1. Open the README.md and complete the documentation TODOs.
  2. Open the directory with Visual Studio Code.

Changelog #

Please consult the CHANGELOG for more information about the version history.

License #

This project is licensed under the Apache 2.0 license. See the LICENSE for details.

Contributing #

Please read CONTRIBUTING for details on the process for contributing to this project.

Be mindful of our Code of Conduct.

To debug the app from within the template, run the following commands:

  1. First, go to the Flutter app directory.
    cd src/app
    
  2. Restore the packages.
    flutter pub get
    
  3. Run the code generators.
    dart run build_runner build
    
  4. Build and run the application.
    flutter run
    
3
likes
0
points
164
downloads

Publisher

verified publishernventive.com

Weekly Downloads

A starter CLI for creating apps using FlutterApplicationTemplate.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on flutter_application_generator