Workflow
Flutter UI Logo
ComponentsPricingBlog
Log in

The Flutter UI Blog

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

Zach Gentry

Apr 29, 2021·8 min read

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.

Zach Gentry

Zach Gentry

Apr 14, 2021·10 min read