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

Automates multi-flavor Windows runner setup for Flutter projects on IntelliJ IDEA and VS Code

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate windows_flavourizer

Use it

The package has the following executables:

$ windows_flavourizer

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add windows_flavourizer

With Flutter:

 $ flutter pub add windows_flavourizer

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

dependencies:
  windows_flavourizer: ^0.0.1

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:windows_flavourizer/windows_flavourizer.dart';
0
likes
160
points
84
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Automates multi-flavor Windows runner setup for Flutter projects on IntelliJ IDEA and VS Code

Repository (GitHub)
View/report issues

Topics

#flutter #windows #flavor #cli #runner

License

MIT (license)

Dependencies

args

More

Packages that depend on windows_flavourizer