flutter_compile 0.0.1 copy "flutter_compile: ^0.0.1" to clipboard
flutter_compile: ^0.0.1 copied to clipboard

A Dart CLI to simplify the setting up your framework development environment, which describes and automates the steps you need to configure your computer to work on Flutter's Framework

flutter_compile #

coverage style: very good analysis License: BSD-3

A Dart CLI to simplify the setting up your framework development environment, which describes and automates the steps you need to configure your computer to work on Flutter's Framework.


Getting Started 🚀 #

If the CLI application is available on pub, activate globally via:

dart pub global activate flutter_compile

Or locally via:

dart pub global activate --source=path <path to this package>

Usage #

# Set up the Flutter development environment
$ flutter_compile install

# Switch between normal Flutter installation and compiled Flutter installation
$ flutter_compile switch

# Show CLI version
$ flutter_compile --version

# Show usage help
$ flutter_compile --help

Running Tests with coverage 🧪 #

To run all unit tests use the following command:

dart pub global activate coverage 1.2.0
dart test --coverage=coverage
dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info

To view the generated coverage report you can use coverage.

# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
$ open coverage/index.html

4
likes
0
points
1
downloads

Publisher

verified publisherflutterplaza.com

Weekly Downloads

A Dart CLI to simplify the setting up your framework development environment, which describes and automates the steps you need to configure your computer to work on Flutter&#x27;s Framework

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, cli_completion, mason_logger, pub_updater

More

Packages that depend on flutter_compile