jozz_events 1.1.3 copy "jozz_events: ^1.1.3" to clipboard
jozz_events: ^1.1.3 copied to clipboard

Domain-first, framework-agnostic event system built for Clean Architecture

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jozz_events

With Flutter:

 $ flutter pub add jozz_events

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

dependencies:
  jozz_events: ^1.1.3

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:jozz_events/jozz_events.dart';
2
likes
160
points
211
downloads

Publisher

verified publisherjozz.biz

Weekly Downloads

Domain-first, framework-agnostic event system built for Clean Architecture

Repository (GitHub)
View/report issues

Topics

#events #clean-architecture #domain-driven-design #separation-of-concerns #bloc

Documentation

API reference

License

MIT (license)

More

Packages that depend on jozz_events