event_taxi 1.0.0 copy "event_taxi: ^1.0.0" to clipboard
event_taxi: ^1.0.0 copied to clipboard

EventTaxi could be used to send events through different layers of the application decoupled from the architecture.

1.0.0 #

  • Stable release for null safety

0.1.5 #

  • Fix README.md

0.1.4 #

  • You can use the eventBus as singleton, or as a normal instance normal (new) instance: EventBusImpl = new EventBusImpl() Singleton: EventBusImpl = EventBusImpl.singleton()

0.1.3 #

  • Update ReadMe.md
  • Fix UnitTests
  • Fix UnitTest name schema
  • Fix Exception from the "registerAll" method.

0.1.2 #

  • Decrease Meta Package Version (Flutter Apps got errors with 1.1.7)

0.1.1 #

  • Add missing export path from event

0.1.0 #

  • Upload to Dart Packages

0.0.1 #

  • Initial version, created by Tikkr
  • Add EventTaxiImpl Class
  • Add EventTaxi Interface (Abstract class)
  • Add EventController
  • Add readMe
  • Add example images for readMe
7
likes
150
points
208
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

EventTaxi could be used to send events through different layers of the application decoupled from the architecture.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

meta

More

Packages that depend on event_taxi