Multiplatformní vývoj Flutter aplikací

Global State Management - ChangeNotifier with Provider, MediaQuery

In this seminar, we will dive into an alternative state management solution in Flutter:  ChangeNotifier with Provider. This approach provides a more scalable and efficient way to manage shared state across multiple widgets, compared to using StatefulWidgets. At the seminar, we will also learn how to add a package to the project. During the exercise, you will apply this approach by creating a basic task list app. 

Key Widgets:

  • ChangeNotifier
  • Provider
  • MediaQuery
  • ListTile
  • Checkbox
  • Chip
  • Divider