Back to Flutter Architecture Samples

README

freezed_provider_value_notifier/README.md

latest455 B
Original Source

This is an example of an alternate architecture of ChangeNotifier+provider.

It replaces ChangeNotifier by ValueNotifier, and uses freezed to help with immutable objects.