kaeru 0.2.6 copy "kaeru: ^0.2.6" to clipboard
kaeru: ^0.2.6 copied to clipboard

A powerful a comprehensive and efficient reactivity system for Flutter, inspired by Vue 3's @vue/reactivity.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kaeru

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

dependencies:
  kaeru: ^0.2.6

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:kaeru/kaeru.dart';
1
likes
150
points
363
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful a comprehensive and efficient reactivity system for Flutter, inspired by Vue 3's @vue/reactivity.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, notifier_plus, plugin_platform_interface

More

Packages that depend on kaeru