Skip to content

Instantly share code, notes, and snippets.

@JaveedIshaq
Last active March 12, 2020 13:33
Show Gist options
  • Save JaveedIshaq/0636ffdfbf618d49bc595c4a3ec318da to your computer and use it in GitHub Desktop.
Save JaveedIshaq/0636ffdfbf618d49bc595c4a3ec318da to your computer and use it in GitHub Desktop.
Flutter Question to me
Whole learning to develop flutter Mobile App Development, I have come accros many questions.
So i am writing down these question,here, as soon ther arise.
Whene ever i found answers to these questions, i will be posting answers.
1- What is the production practices to follow when implementing email authentication using Firebase in Flutter. ?
2- what is an Mvvm Style architecture with Provider for UI / Business logic separation and get_it as a service locator?
3- It’s fun, and coming from native development it’s very exciting to work with something like Flutter.
4- try to write the best code possible, for the problem at hand.
5- How to Define a Future function
6- what’s the limitation of the approach of using Future Async : We have to always call setState to make sure the state updates. ??
7- There’s still some limitations to handling the async situation Future Builder way.
You can’t re-run the future builder and go through all the states again.
8- If we want a re run and update all teh state we need the UI to respond to state changes consistently based on state values we pass it. For that we can use a Stream and a StreamBuilder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment