Skip to content

Latest commit

 

History

History
108 lines (76 loc) · 8.2 KB

README.md

File metadata and controls

108 lines (76 loc) · 8.2 KB

An Introduction to Flutter Built-in Widgets

Goals

  • Know Common Flutter Built-in Widgets
  • Can Develop Simple Page using Flutter Built-in Widgets
  • Gain Knowledge of Flutter

Pre Requirements

  • Know a Programming Language
  • Know Some Programming Tools

Plan

  • Learn Document of The Widget
  • Learn Some Examples
  • Exercise
  • A Final Exam

Table of Contents

Before get started

Content Widgets

Container Widgets

Layout Widgets

Actions Widgets

Scrollable Widgets

Form Widgets

MiscWidgets

  • FutureBuilder
  • InkWell
  • ClipRect
  • ClipPath

References