sergiandreplace/flutter_planets_tutorial
The Flutter Planets app tutorial with commits per lesson
- Stars
- 752
- Forks
- 166
- Last push (UTC)
- Feb 1, 2022
- Project status
- Active
LanguagesDartSwiftKotlinObjective-C
Technical topics
Dependencies used
Dependency list 2 items
- flutter
{"sdk":"flutter"} - flutter_testDevelopment
{"sdk":"flutter"}
Rankings
Original README
English project snapshot. Visit GitHub for the latest content.
Expand / collapse project 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