Hans Tan

Flutter

A collection of 5 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.
— 3 min read
Lists Methods, Properties, and More! (Dart)
Dart

Lists Methods, Properties, and More! (Dart)

The List type is one of the most common data types that you will encounter in Dart; therefore, it is crucial to understand when and how to use the methods and properties of a List. I also highly recommend experimenting with List methods in DartPad.
— 3 min read
Intro to Dart Data Types
Flutter

Intro to Dart Data Types

Data types are the building blocks of every programming language. In Dart, a data type is a variable that holds a value. It's very similar to the variables in math.
— 3 min read
Installing Flutter in MacOS
Flutter

Installing Flutter in MacOS

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.
— 3 min read
Installing Flutter in Windows
Flutter

Installing Flutter in Windows

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.
— 2 min read
Hans Tan © 2025
Contact Me