chico_ui 1.7.0
chico_ui: ^1.7.0 copied to clipboard
Zero-dependency Flutter UI kit for minimal system interfaces. Responsive, adaptive, RTL-first widgets built from design tokens.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add chico_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
chico_ui: ^1.7.0Alternatively, 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:chico_ui/chico_ui.dart';