chicago 0.4.3-dev
chicago: ^0.4.3-dev copied to clipboard
The Chicago widget set is an alternate design language for Flutter designed for desktop (keyboard and mouse) form factors. It is based on Apache Pivot.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add chicago
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
chicago: ^0.4.3-dev
copied to clipboard
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:chicago/chicago.dart';
copied to clipboard