1
Dart: ประเภท, null safety, async/await, future, stream, isolate
2
สถาปัตยกรรม Flutter: Widget tree, Element tree, RenderObject tree
3
Widget: StatelessWidget vs StatefulWidget, วงจรชีวิต (initState, build, dispose)
4
การจัดการสถานะ: setState(), InheritedWidget, Provider, Riverpod, Bloc
5
BuildContext: การนำทาง, Theme.of, MediaQuery, การเข้าถึงข้อมูลที่สืบทอด
6
Widget สำหรับ layout: Container, Row, Column, Stack, Flexible, Expanded
7
Material Design: Scaffold, AppBar, BottomNavigationBar, Drawer, SnackBar
8
Cupertino widget: CupertinoPageScaffold, CupertinoNavigationBar, picker
9
การนำทาง: Navigator.push/pop, named route, Navigator 2.0, go_router
10
ฟอร์มและ input: TextField, Form, FormField, การตรวจสอบ, TextEditingController
11
รายการ: ListView, ListView.builder, GridView, CustomScrollView, Sliver
12
การเชื่อมต่อเครือข่าย: http package, dio, REST API, JSON serialization (json_serializable)
13
การจัดเก็บในเครื่อง: shared_preferences, sqflite, hive, secure_storage
14
แอนิเมชัน: AnimatedContainer, AnimationController, Tween, Hero animation
15
Platform channel: MethodChannel สำหรับเชื่อมต่อโค้ด native (Kotlin/Swift)
16
แพ็กเกจ: pub.dev, firebase_core, flutter_bloc, freezed, go_router
17
การทดสอบ: testWidgets, mockito, integration_test, golden test
18
ประสิทธิภาพ: const constructor, RepaintBoundary, ListView.builder, profiling
19
การออกแบบ responsive: MediaQuery, LayoutBuilder, OrientationBuilder, AspectRatio
20
Build และการ deploy: flutter build, App Store/Play Store, CI/CD, flavor