mvvm_core 1.1.1
mvvm_core: ^1.1.1 copied to clipboard
Simple yet powerful MVVM state management for Flutter. Reactive properties, async handling, collections, and DevTools integration.
1.1.1 #
Fixed #
- Included prebuilt DevTools extension assets in the published package (the previous release missed the build step), ensuring the extension loads correctly after install.
1.1.0 #
1.0.0 #
- Initial release
ViewModelbase class with lifecycle managementViewHandlerfor view-viewmodel binding- Reactive primitives:
Reactive,ReactiveFuture,ReactiveStream - Reactive collections:
ReactiveList,ReactiveMap,ReactiveSet - Builder widgets:
ReactiveBuilder,SelectReactiveBuilder,MultiReactiveBuilder - Flutter DevTools integration