You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cli/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
6
6
Prefix your items with `(Template)` if the change is about the template and not the resulting application.
7
7
8
+
## 0.24.1
9
+
- Add `getFromStream` to have ViewModel properties that automatically update based on `Stream` sources.
10
+
8
11
## 0.24.0
9
12
- Replace Riverpod in favor of a custom MVVM recipe with ViewModels to better align with the recommended [app architecture](https://docs.flutter.dev/app-architecture).
0 commit comments