quick_listener 0.0.2
quick_listener: ^0.0.2 copied to clipboard
A Dart package to make setting up streams and stream subscriptions a lot simpler.
0.0.0 6/16/25 #
- Initial beta release.
0.0.1 12/28/25 #
I finally remembered this existed after some time. I've made a lot of changes (see the partly-redone readme), so I'll only list breaking changes.
QuickListenerno longer accepts multiple keys. This also gets rid of its dynamic input.QuickListenerno longer accepts a type input. OnlyQuickListener.listendoes.QuickListener.listen'sonDataandonErrornow have newvoid Function([dynamic input]) respondparameters.QuickListenerEvent.eventis deprecated. UseQuickListenerEvent.typeinstead.
There are probably a lot more changes that I'm forgetting; it's probably worth reading over the readme. Reminder that this is still in beta.
0.0.2 12/29/25 #
- Added
QuickListener.dispose. - Corrected some mistakes in the documentation.