DEV Community

Mobile app in 4 days with Flutter and Parse

Kaelan Mikowicz on February 21, 2019

I'm an organizer for HackDavis and my job is to write software: things like our website https://hackdavis.io, our applications review platform, a...
Collapse
 
klanmiko profile image
Kaelan Mikowicz

Thanks for the tip! I'll be updating my code with the formatted version.

Also I did look over the performance consideration stuff. I assumed that keeping the state near the leaf (on each tab) would make it render faster, I did not account that the tabs might be destroyed when switching.