bkey_uikit 0.0.1
bkey_uikit: ^0.0.1 copied to clipboard
BMoni design system for Flutter — typography, colour tokens, themes and a curated set of reusable UI primitives shared across Bkey products.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bkey_uikitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bkey_uikit: ^0.0.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:bkey_uikit/bkey_uikit.dart';