Hot Reloading Stateless Widgets! - Flutter Friday 7

in #flutter2 years ago

In this video we'll learn how to use hot reloading and stateless widgets for our Flutter apps.

Normally when you build a flutter app, any time you make changes to the code and want to see the change in your app, you have to restart your app and wait for it to reload.

That takes forever!

But with hot reloading and stateless widgets, your code changes appear immediately in your app without the need to restart and wait for it to reload.

I'll show you how to do it in this video.

▶️ Watch The Entire Flutter Playlist
https://bit.ly/3PtzCeN

✅ Subscribe To My YouTube Channel:
http://bit.ly/2IGzvOR

▶️ See More At:
https://Codemy.com

✅ Join My Facebook Group:
http://bit.ly/2GFmOBz

▶️ Learn to Code at https://Codemy.com
Take $22 off with coupon code: youtube

✅ Buy a Codemy T-Shirt!
http://bit.ly/2VC9WUN

▶️ Get The Code!
https://bit.ly/3q0y5T8

Sort:  

Do you have a video that differentiates stateless from statefull widgets?