handy_ui_kit 0.0.44 handy_ui_kit: ^0.0.44 copied to clipboard
A new Flutter package contianing some handy ui elements
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add handy_ui_kit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
handy_ui_kit: ^0.0.44
Alternatively, 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:handy_ui_kit/handy_ui_kit.dart';