DEV Community

18+ Flutter tips and tricks

Shuvojit Kar on May 09, 2020

As we were developing the Programming Hero ios app using Flutter, we discovered a few tips, tricks, and libraries. If you are new to this Flutter...
Collapse
 
jsdude005 profile image
JS Dude

I didn't know about the spread operator. Very useful list. Thanks for sharing this with us

Collapse
 
shuvojit007 profile image
Shuvojit Kar

Wow....Thank you JS Dude :)

Collapse
 
ch3ckmat3 profile image
Sohail Iqbal

18+??? Adult content? 😏
Useful tips for sharing.

Collapse
 
azlir profile image
Rizal Hadiyansah

Cool! Add another tips from me!

  1. Show loading progress using overlay.
  2. Change between widget with AnimatedSwitcher... For example it used with BottomAppBar when switching between page. That's it!
Collapse
 
theagols profile image
Thiago Lourenço

Really useful tips. I'm learning Flutter and I use your post as one of the references during my study time. Thank you for sharing!