Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.1 KB

flutter_little

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

学习

  1. 开发准备:hello_demo.dart
  2. 快速启动:MaterialApp() listview.builder() -> listview_demo.dart
  3. 页面结构:AppBar TabBar Drawer BottomNavigationBar -> drawer_demo.dart bottom_navigation_bar_demo.dart
  4. 基础部件:Text RichText Container BoxDecoration -> basic_demo.dart
  5. 布局:Row Colum mainAxis主轴 crossAxis 交叉轴 SizeBox Aligment对齐 stack 一摞小部件 AspectRatio 宽高比 -> layout_dem0.dart
  6. 视图:PageView 页面视图 GridView 网格视图 -> view_demo.dart
  7. Sliver: SliverGrid 网格视图 SliverList 列表视图