Provider and ChangeNotifier in 7 Minutes

Опубликовано: 29 Сентябрь 2024
на канале: Fun with Flutter
56,101
1.2k

Learn how to use Provider with ChangeNotifier in Flutter. As well as all of the different ways to read a value using Provider - read, watch, select, consumer and selector.

00:00 - InheritedWidget
01:11 - Provider
02:09 - Read extension method
02:58 - Watch extension method
03:13 - ChangeNotifier
04:22 - Select extension method
04:52 - Consumer Widget
05:58 - Selector Widget
06:19 - Other tips

Part 2 | Proxy, Stream and Future :
   • Provider: Proxy, Stream and Future in...