forui_cli 0.25.0 copy "forui_cli: ^0.25.0" to clipboard
forui_cli: ^0.25.0 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_cli

Use 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_cli

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

dependencies:
  forui_cli: ^0.25.0

Alternatively, 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';
0
likes
150
points
1.22k
downloads

Documentation

Documentation
API reference

Publisher

verified publisherduobase.io

Weekly Downloads

Command-line tool for Forui: create a theme and generate the styling boilerplate for your Forui app.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#cli #forui #theme

License

MIT (license)

Dependencies

args, dart_style, ffi, flutter, forui, path, yaml, yaml_edit

More

Packages that depend on forui_cli