4 followers
I am a Software Developer with a passion for UI effects, animations and creating intuitive, dynamic user experiences.
What is state management in Flutter? State management is essentially a way to facilitate communication and sharing of data across widgets. It creates a tangible data structure to represent the state of your app that you can read from and write to. Wh...
Before we even get started I know someone is thinking, " Why should I bother with doing code reviews?". Well, it is good practice to do code reviews, it helps give a fresh set of eyes to identify bugs and simple coding errors before your product gets...