Hans Tan

Flutter

A collection of 3 posts
Intro to Flutter Widgets Series (Part 1)
Flutter

Intro to Flutter Widgets Series (Part 1)

Everything in Flutter is a widget. A widget defines how a portion of a screen should look like. Let's take a look at the common UI widgets and how they're used to define how a certain portion of a screen looks like. Text A Text widget allows you to display
— 3 min read
Installing Flutter in MacOS
Flutter

Installing Flutter in MacOS

What is Flutter? Flutter is an open source framework made by Google. It enables a developer to create native cross-platform apps from a single codebase. This means that you can develop Android, iOS, Web, and Desktop apps at the same time in a single codebase. Flutter is mainly used for
— 3 min read
Installing Flutter in Windows
Flutter

Installing Flutter in Windows

What is Flutter? Flutter is an open source framework made by Google. It enables a developer to create native cross-platform apps from a single codebase. This means that you can develop Android, iOS, Web, and Desktop apps at the same time in a single codebase. Flutter is mainly used for
— 2 min read
Hans Tan © 2023
Contact Me