#30DaysMasterFlutter
Learn the basics of Flutter and Dart in 30 days! We provide a roadmap, resources, and project ideas to help you along your journey.
back to 30 Days to Master FlutterDay 12
Flutter provides tons of widgets that you can use to create beautiful UIs. Previous day, you learned to build simple UI with Container, Text, Rows and Columns. Today you will learn to build scrolling UIs with ListView and GridView.
Project - Quotes List
Given the list of quotes in JSON, build a UI using ListView to display the quotes. You can take inspiration for existing quotes applications in the Play Store or App Store.
By the end of this day, you should have a basic understanding of how to use widgets like SingleChildScrollView, ListView, and GridView to create custom layouts that scroll to reveal more content.
Enjoying? Tell your friends.
Learn the basics of Flutter and Dart in 30 days! We provide a roadmap, resources, and project ideas to help you along your journey.
back to 30 Days to Master FlutterJoin our community on Discord to connect with fellow learners, share your progress, and get help with any questions you may have throughout the #30DaysMasterFlutter challenge. Join now and get started on your journey to mastering Dart and Flutter!