Skip to content

Docs for FlutterConfig - CLI to help with using configurations in your Flutter applications.

License

Notifications You must be signed in to change notification settings

Mastersam07/flutterconfig_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlutterConfig CLI

FlutterConfig CLI codecov License: Apache

FlutterConfig CLI to help with configurations in your applications.


Getting Started 🚀

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

dart pub global activate flutterconfig_cli

Or locally via:

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

Usage

# Sample command
$ flutterconfig sample

# Sample command option
$ flutterconfig sample --cyan

# Show CLI version
$ flutterconfig --version

# Show usage help
$ flutterconfig --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 lcov .

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

# Open Coverage Report
$ open coverage/index.html

About

Docs for FlutterConfig - CLI to help with using configurations in your Flutter applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published