kaeru_ui 0.0.11 copy "kaeru_ui: ^0.0.11" to clipboard
kaeru_ui: ^0.0.11 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_ui

With Flutter:

 $ flutter pub add kaeru_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  kaeru_ui: ^0.0.11

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:kaeru_ui/kaeru_ui.dart';
1
likes
0
points
247
downloads

Publisher

unverified uploader

Weekly Downloads

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, and introduces **Virtual Widgets** for fluent UI composition.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on kaeru_ui