forui_cli 0.26.1
forui_cli: ^0.26.1 copied to clipboard
Command-line tool for Forui: create a theme and generate the styling boilerplate for your Forui app.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate forui_cliUse it
The package has the following executables:
$ forui
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add forui_cliThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
forui_cli: ^0.26.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:forui_cli/forui_cli.dart';