event_bus 0.1.2
event_bus: ^0.1.2 copied to clipboard
A simple Event Bus using Dart Streams for decoupling applications
Changelog #
0.1.0 - 2013-04-29 #
- Initial Version.
0.1.1 - 2013-04-29 #
- Minor change in README to fix image links.
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.