flare_im_ui 1.0.5
flare_im_ui: ^1.0.5 copied to clipboard
Flare IM UI Kit — Flutter component package (L1). One neutral design contract (flare-im-ui-spec), realised natively; design tokens generated from flare-im-design-tokens. Components are pure/presentati [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flare_im_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flare_im_ui: ^1.0.5Alternatively, 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:flare_im_ui/flare_im_ui.dart';