junjizhi / flutter-layout-widgets

A simple contacts screen built with Flutter layout widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contacts App demo

This is a simple contact screen to demo the usage of Flutter layout widgets. It's a re-implementation of the Flutter Galary contacts app.

The app demos the usage of Flutter layout widgets, including

  • Row / Column (and the alignment properties)
  • Stack
  • Expanded (with the usage of flex property)
  • SizedBox

Note: For demo purposes, the app doesn't implement the sliver app bar.

Screenshot

About

A simple contacts screen built with Flutter layout widgets

License:MIT License


Languages

Language:Dart 87.9%Language:Objective-C 8.1%Language:Java 4.0%