fl_bustter 1.0.1 copy "fl_bustter: ^1.0.1" to clipboard
fl_bustter: ^1.0.1 copied to clipboard

A flexible CQRS-style message bus and validation package for Dart & Flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fl_bustter

With Flutter:

 $ flutter pub add fl_bustter

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

dependencies:
  fl_bustter: ^1.0.1

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:fl_bustter/fl_bustter.dart';
1
likes
160
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A flexible CQRS-style message bus and validation package for Dart & Flutter.

Repository (GitHub)
View/report issues

Topics

#cqrs #validation #bus #flutter #dart

Documentation

Documentation
API reference

License

MIT (license)

More

Packages that depend on fl_bustter