beyond_helpers 1.0.0
beyond_helpers: ^1.0.0 copied to clipboard
Utilities for implementing beyond architecture patterns
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