1

Is it bad practice to use globals for state management in Flutter? I've come across a few different methodologies (ex: Redux) that seem like quite a bit of work to integrate with Firebase Cloud Firestore. Wondering what the downfalls would be to essentially manage my state with key value pairs using globals such as something like this:

Globals in Flutter

0 Answers0