universal_notifier 2.0.2
universal_notifier: ^2.0.2 copied to clipboard
A library for simple notifiers and collections that are notifiers and/or that cascade from children;
universal_notifier #
This is a simple dart package that implements Stream based notifiers. This package originated out of personal necessity, so while it should work just fine, there are not tests or example... for now at least!
For documentation please see pub.flutter-io.cn!
The key-distinguishing-factor of this package however are the cascading collections. These also notify their listeners when their children notify their listeners!
License #
This package is available under the MIT license. For more details see LICENSE, importantly this SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED!