fast_ui_kit 1.0.17 fast_ui_kit: ^1.0.17 copied to clipboard
Fast UI Kit is a UI kit for fast development of applications in flutter
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fast_ui_kit
With Flutter:
$ flutter pub add fast_ui_kit
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
fast_ui_kit: ^1.0.17
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fast_ui_kit/fast_ui_kit.dart';