mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
.. | ||
android | 6 years ago | |
ios | 6 years ago | |
lib | 6 years ago | |
test | 6 years ago | |
.gitignore | 6 years ago | |
.metadata | 6 years ago | |
README.md | 6 years ago | |
pubspec.yaml | 6 years ago |
README.md
Platform Design
Instead of transliterating widget one by one between Cupertino and Material, Android and iOS apps often follow different Information Architecture patterns that requires some design decisions.
This sample project shows a Flutter app that maximizes application code reuse while adhering to different design patterns on Android and iOS. Namely, on Android, it uses Material's lateral navigation based on a drawer and on iOS, it uses Apple Human Interface Guideline's flat navigation via a bottom tab bar.