bricolage_ui_cli 0.3.0 copy "bricolage_ui_cli: ^0.3.0" to clipboard
bricolage_ui_cli: ^0.3.0 copied to clipboard

CLI tool for Bricolage UI - Add beautiful, copy-pasteable UI components to your Flutter project

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate bricolage_ui_cli

Use it

The package has the following executables:

$ bricolage_ui

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bricolage_ui_cli

With Flutter:

 $ flutter pub add bricolage_ui_cli

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

dependencies:
  bricolage_ui_cli: ^0.3.0

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:bricolage_ui_cli/bricolage_ui_cli.dart';
3
likes
140
points
106
downloads

Publisher

verified publishertejassidhwani.me

Weekly Downloads

CLI tool for Bricolage UI - Add beautiful, copy-pasteable UI components to your Flutter project

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

args, http, path, yaml

More

Packages that depend on bricolage_ui_cli