Skip to content

Commit

Permalink
FIx ChangeNotifierProvider docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Apr 20, 2023
1 parent f020046 commit 3f9da85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/flutter_riverpod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased fix

- Removed incorrect statement in ChangeNotifierProvider docs

## 2.3.5 - 2023-04-18

- fix `AsyncValue.isReloading` docs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ abstract class ChangeNotifierProviderRef<NotifierT extends ChangeNotifier?>
/// {@template riverpod.ChangeNotifierprovider}
/// Creates a [ChangeNotifier] and exposes its current state.
///
/// This provider is used in combination with `package:state_notifier`.
///
/// Combined with [ChangeNotifier], [ChangeNotifierProvider] can be used to manipulate
/// advanced states, that would otherwise be difficult to represent with simpler
/// providers such as [Provider] or [FutureProvider].
Expand Down

0 comments on commit 3f9da85

Please sign in to comment.