monokit_ui 3.0.0
monokit_ui: ^3.0.0 copied to clipboard
A token-driven, widgets-first Flutter design system: light and dark themes, forms, overlays and app shells, built on widgets rather than Material.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add monokit_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
monokit_ui: ^3.0.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:monokit_ui/monokit_ui.dart';