dartnet_event_model 0.2.0
dartnet_event_model: ^0.2.0 copied to clipboard
A .net-inspired event model for Dart.
Overview #
This library provides a way for objects to advertise a triggering mechanism, which can be subscribed to and handled elsewhere. The event model follows closely the .net event model, with a few allowances for the Dart language.
Using the Library #
See the getting_started.md file in the doc/ folder.
License #
Apache 2.0