jozz_events 1.1.4
jozz_events: ^1.1.4 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_eventsWith Flutter:
$ flutter pub add jozz_eventsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jozz_events: ^1.1.4Alternatively, 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';