trinity 0.2.0 copy "trinity: ^0.2.0" to clipboard
trinity: ^0.2.0 copied to clipboard

A reactive state management library for Flutter, built around Signals and Nodes to simplify app logic and keep your UI in sync.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trinity

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

dependencies:
  trinity: ^0.2.0

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:trinity/trinity.dart';
2
likes
150
points
422
downloads

Publisher

unverified uploader

Weekly Downloads

A reactive state management library for Flutter, built around Signals and Nodes to simplify app logic and keep your UI in sync.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, rxdart

More

Packages that depend on trinity