sergiandreplace/flutter_planets_tutorial
每节课包含提交记录的 Flutter 行星应用教程
- Stars
- 752
- Forks
- 166
- 最近推送(UTC)
- 2022年2月1日
- 项目状态
- 未归档
语言DartSwiftKotlinObjective-C
技术话题
使用的依赖
依赖清单 2 项
- flutter
{"sdk":"flutter"} - flutter_test开发依赖
{"sdk":"flutter"}
所在榜单
原始 README
以下为英文项目原文快照,最新内容请访问 GitHub。
展开 / 收起项目 README
flutter planets tutorial
This project contains the steps followed on the tutorial on sergiandreplace.com.
Each lesson will correspond to a single branch with the name of the post where you'll be able to find the result of what is explained in the article
Remember all the graphical assets and the design is created by Vijay Verma
- Lesson 1: Planets-Flutter: From design to app
- Lesson 2: Planets-Flutter: creating a Planet card
- Lesson 3: Planets-Flutter: adding content to the card
- Lesson 4: Planets-Flutter: creating a list of planets
- Lesson 5: Planets-Flutter: routing and navigation
- Lesson 6: Planets-Flutter: planet detail page