beat 0.14.1+2 copy "beat: ^0.14.1+2" to clipboard
beat: ^0.14.1+2 copied to clipboard

A set of annotations for beat state management. Heavily inspired by xstate.js.org

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add beat

With Flutter:

 $ flutter pub add beat

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

dependencies:
  beat: ^0.14.1+2

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:beat/beat.dart';
1
likes
140
points
7
downloads

Publisher

verified publisherbeatly.dev

Weekly Downloads

A set of annotations for beat state management. Heavily inspired by xstate.js.org

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on beat