chicago 0.4.2-dev
chicago: ^0.4.2-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 Dart:
$ dart pub add chicagoWith Flutter:
$ flutter pub add chicagoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
chicago: ^0.4.2-devAlternatively, 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:chicago/chicago.dart';