A collection of thoughts, articles, and writeups related to Flutter.
Introduction
What is Flutter?
An introduction to what Flutter is and simple examples covering key areas complete beginners need to know.
Zach Gentry
How To
Persistent Tabs (The Easy Way)
Persistent Tabs is a method of navigation in an app where the state and history of each tab you navigate through is kept alive. This means that as you switch between the tabs (typically from a bottom navigation bar), you can continue from where you last left off in that tab.