beyond_helpers 2.0.0-nullsafety.0 beyond_helpers: ^2.0.0-nullsafety.0 copied to clipboard
Utilities for implementing beyond architecture patterns
Beyond Helpers #
Utilities for implementing beyond architecture
ViewModel #
Base class that all ViewModels extend from.
ViewModelRoot #
A Widget that wraps all other Widgets dependent on a ViewModel. ViewModelRoot will dispose the ViewModel when it's no longer needed.
More Info #
See more about beyond
here