I'm making an app like TweetDeck. Is code like this okay? #992
-
static final accounts = <String, ChangeNotifierProvider<Account>>{};I just want to know if I can do something like |
Beta Was this translation helpful? Give feedback.
Answered by
rrousselGit
Dec 6, 2021
Replies: 1 comment 3 replies
-
|
Avoid doing that. You probably want to use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
aoisensi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Avoid doing that. You probably want to use
familyinstead