- ViewModel add addSubscription method
- Add temporary method of Store to support creation of temporary instances
- Introducing ScopedBuilder to simplify the interaction between components and Store
- Introducing AutoStoreWidget and AutoStoreStatefulWidget to simplify state management and automatically handle the Store lifecycle
- Make viewModel inherit from ChangeNotifier to optimize resource destruction processing
- Refactor ArgProvider and ArgViewModelProvider to support custom equality
- Add instance scope manager to optimize instance creation and destruction process
- Provide a default implementation for the disposeViewModel method
- Support passing in parameters when creating a provider
- Allow access to store in initState; widget tree rebuilds on store changes
- Refactor code to use the new ScopeAware interface, optimizing binding and lifecycle management
- fix: change the parameter name
- Initial version.