current_core 1.0.2
current_core: ^1.0.2 copied to clipboard
Core state management primitives for the Current ecosystem
1.0.2 #
- Add explicit
disposeViewModelfunction to CurrentStateViewModel. This is to resolve an issue where applying a mixin that also has a function nameddisposeto a class that extends CurrentStateViewModel would completely override the dispose function on CurrentStateViewModel. This is expected behaviour for Dart mixins. Seemed unexpected when it happened in real life...
1.0.1 #
- Relaxed the Dart SDK constraint to support older versions of Dart.
1.0.0 #
- Initial port from the Flutter Current package. For the full changelog up to this point, see the Flutter Current changelog.
- During this port, there were zero changes to the core behavior of the package. All the Flutter-specific code was simply removed, and the core logic was left intact.