Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
n-bernat committed Sep 7, 2024
1 parent 0f6fadb commit b7dde3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ AppPreferences.i.highContrast.value = true;

## Additional information

- `BaseAppPreferences` extends `ChangeNotifier` and notifies its listeners when any `Preference` changes.
- `Preference<T>` extends `ValueNotifier<T>` and notifies its listeners when its value changes.
- You have to call `initialize` on app preferences before accessing any `Preference`.
- This package requires at least Flutter 3.24 to work.
- If there are any issues feel free to go to [GitHub Issues](https://github.com/n-bernat/flutter_app_preferences/issues) and report a bug.

Expand Down

0 comments on commit b7dde3d

Please sign in to comment.