flocks 0.1.1
flocks: ^0.1.1 copied to clipboard
Flocks — a Flutter design system built on widgets.dart: design tokens, theme and brand (white-label).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flocksThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flocks: ^0.1.1Alternatively, 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:flocks/flocks.dart';