Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Oct 28, 2022
1 parent f94cbb4 commit 90ac5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All notable changes to the **ThemeDemo** application are documented here.

This version bump is an internal change to using `Notifier` instead of `StateNotifier` when possible. It also moves the counter `StateProvider` to `NotifierProvider` to make its code more expressive. Application functionality remains unchanged. This change uses the new Riverpod 2 `Notifier` and `NotifierProvider`.

* Counter demo got a `Counter` model class that extends `Notifier` and it got an `incement` method. Its provider was changed StateProvider, to a `NotifierProvider`.
* Counter demo got a `Counter` model class that extends `Notifier` and it got an `increment` method. Its provider was changed StateProvider, to a `NotifierProvider`.
* Changed `SettingsEntry` from extending `StateNotifier` to simpler `Notifier` class.
* Changed all `Settings` providers from `StateNotifierProvider` to `NotifierProvider`.

Expand Down

0 comments on commit 90ac5b9

Please sign in to comment.