kito_reactive 0.1.0 copy "kito_reactive: ^0.1.0" to clipboard
kito_reactive: ^0.1.0 copied to clipboard

Fine-grained reactive primitives for Dart - inspired by SolidJS

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kito_reactive

With Flutter:

 $ flutter pub add kito_reactive

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

dependencies:
  kito_reactive: ^0.1.0

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Fine-grained reactive primitives for Dart - inspired by SolidJS

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on kito_reactive