Preface
Flutter Notes
Preface
Dart Basic
1
Variables
2
Introduction to Dart Types
3
Understanding Generics
4
Control Flow Statements
5
Looping Collection
6
Functions
7
OOP in Dart
8
Libraries & Imports
9
Organizing Dart Packages
10
Structuring a Flutter App with Custom Widgets
Dart Misc
11
final
vs
const
in Dart
12
The
as
Keyword in Dart
Flutter Basic
13
Introduction to Dart and Flutter
14
Flutter Project Structure
15
Widgets
Flutter Concept
16
Concept: Controllers
Table of contents
Preface
Flutter Notes
Author
Kittipos
Published
May 10, 2025
Preface
Note
My notes on Flutter and Dart programming
1
Variables