kaeru_ui 0.0.12
kaeru_ui: ^0.0.12 copied to clipboard
Kaeru UI is a Flutter extension library that provides chainable, declarative syntax for building UI more concisely and expressively. It extends core Dart and Flutter types with additional utilities, a [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add kaeru_uiWith Flutter:
$ flutter pub add kaeru_uiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kaeru_ui: ^0.0.12Alternatively, 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:kaeru_ui/kaeru_ui.dart';