Questions tagged [changenotifier]

33 questions
0
votes
1 answer

Flutter/Dart: How to make a Boolean Listenable with the ChangeNotifierProvider?

I'm using a ChangeNotifierProvider to provide a boolean which returns true or false depending on whether the user is logged in. How do I make the boolean listenable so that provider updates it automatically when the user logs in/out? Widget…
Meggy
  • 1,491
  • 3
  • 28
  • 63
0
votes
1 answer

Flutter state management with User Profile

I've been scratching my head around state management in flutter for quite a while, but there is an issue that I'm struggling to resolve. Let's say your app has a feature called "user profile", which is similar to Facebook or Instagram's. The user…
Kise
  • 2,823
  • 1
  • 24
  • 43
-1
votes
2 answers

(Flutter) How to use Consumer and ChangeNotifierProvider correctly ? can't find what is missing

This is the code (Fidev design challenge) step by step copied from source but got an error classes in suspicion are MainPage and LeopardPage have imported all necessary packages Can't figure out what is missing class LeopardPage extends…
seadhant
  • 11
  • 2
1 2
3