beyond_helpers 2.0.0
beyond_helpers: ^2.0.0 copied to clipboard
Utilities for implementing beyond architecture patterns
2.0.0 April 1, 2021 #
- Null safety migration
1.0.0+1 June 23, 2020 #
- Documentation fixes
1.0.0 June 23, 2020 #
- Add ViewModel to help collect ReactionDisposers from Mobx to dispose cleanly
- Add ViewModelRoot Widget to automatically dispose a ViewModel when its no longer needed
- Added Startable interface to define a common async initialization method