event_bus 0.2.2 copy "event_bus: ^0.2.2" to clipboard
event_bus: ^0.2.2 copied to clipboard

outdatedDart 1 only

A simple Event Bus using Dart Streams for decoupling applications

Changelog #

0.2.2 - 2013-09-16 #

  • Change default of SimpleEventBus to sync (same as factory in EventBus)

0.2.1 - 2013-07-01 #

  • Fix issue #6: Fire should accept null as data

0.2.0 - 2013-06-06 #

  • Update to new Dart SDK v0.5.13.1_r23552.
  • Using Darts new Stream.broadcast() factory.
  • Provide option for synchronous broadcasting of events.
  • Update unit tests and example.
  • Create demo page.

0.1.3 - 2013-05-19 #

  • Removed all occurrences of @override

0.1.2 - 2013-05-17 #

  • Change in README: contained wrong license (Apache instead of MIT).
  • Remove import 'package:meta/meta.dart' in event_bus.dart as it is not needed and may cause an error if used as pub package.

0.1.1 - 2013-04-29 #

  • Minor change in README to fix image links.

0.1.0 - 2013-04-29 #

  • Initial Version.
740
likes
0
points
236k
downloads

Publisher

verified publisherjakobservices.ch

Weekly Downloads

A simple Event Bus using Dart Streams for decoupling applications

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

More

Packages that depend on event_bus