#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 28
Testing is an integral part of the development process. It helps you catch errors and bugs early in the development process, which saves you time and money. Flutter provides a wide range of tools and libraries that you can use to test your app. And there are also popular plugins that you can use to make your life easier.
Project - BMI Calculator
Build a simple application that requests user for their height and weight, and calculates their BMI.
- Write unit test for the function that calculates the BMI with different data
- Write widget test that test the UI and behavior of the app
- Run test using
flutter test
command
By the end of this day, you will learn about the importance of testing and how to write and run tests for your app.
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!