Tips & Tricks
100 Awesome Flutter Tips
erluxman has made a really nice contribution here by putting together his list of 100 Awesome Flutter Tips. Along the way, he offers some great advice, covering everything from the advantages of using relative paths for your imports to using the Spread operator in Dart, and a lot of other great tips in between. Highly recommended!
Theme Manager for Multiple Themes
Do you ever find yourself wanting to manage multiple themes within the same app? If so, this tutorial from FilledStacks might be just what you need to get started.
It's nice that the tutorial includes both written and YouTube versions, so you can learn in the style which suits you best.
Development Process
Keeping Track of Breaking Changes in Flutter
The Flutter team has provided this great resource which allows you to keep ahead of any breaking changes occurring in a given release of Flutter.
The cool thing about this list is that it includes breaking changes which haven't yet made their way into the stable release. This gives you advance notice and (hopefully) time to adjust before the changes cause problems in your own apps.
A migration guide is also included with each change, which should give you a nice leg up should you need to adjust your code.
// From Mark
Loving My Flutter Bubble
With all of the craziness surrounding the US election this week, I've found it nice to be able to dive into "development mode" and focus on improving the service I offer my customers through my app.
I don't know about you, but for me it feels great to not only escape all of the noise in the current news cycle, but to focus on something productive as well.
Let's bring on those new app features!
Mark Winters