disposable_container 0.1.0 disposable_container: ^0.1.0 copied to clipboard
A flutter package that manages dispose callbacks and subscriptions cancellations.
0.1.0 #
- Update clear logic dispose in order of sync and then async resources (https://github.com/spideythewebhead/disposable_container/commit/dc96c25785b87f1a88cfb8da12f628228c22642d)
- Update flutter version and dependencies (https://github.com/spideythewebhead/disposable_container/commit/b25ed1830bb79a27da74fcd04769f8b78abd1bb7)
0.0.3 #
- Replace TextEditingController & FocusNode extensions with ChangeNotifier (issue #5),(issue #7)
0.0.2 #
- Add addSubscriptions method
0.0.1 #
- Initial release