autoclose 1.0.3 autoclose: ^1.0.3 copied to clipboard
is a package designed to reduce the entire boilerplate from things that can be `.dispose()`d, `.close()`d or whatever!
1.0.3 #
- Add CloserChangeNotifier which provides Closer context in ChangeNotifier and ValueNotofier class.
1.0.2 #
- Support Flutter 3.22.0
- Declare vm_service as a dev dependency
1.0.1 #
- Update ReadMe and bump dart sdk version
1.0.0 #
- Initial version.