Let's Code Flutter: Three Useful Widgets
There are so many Widgets, and each of them does so many things. Here are a few of the ones I've been using lately to get my work done.
There are so many Widgets, and each of them does so many things. Here are a few of the ones I've been using lately to get my work done.
While trying to understand the BLoC pattern, I came across Notifications in Flutter. Not push notifications, mind you, but a way for child widgets to communicate with their ancestors. THESE ARE THEIR STORIES. BOMBOM!
I'm jealous of the other app developers who just know how to make animations in Android. Luckily, Flutter is here to help me -- and you! -- make some beautiful animations that don't cause us headaches.
I'm a firm believe in going with Kotlin for Android and Swift for iOS. None of that cross-platform mumbo jumbo.... until now. Flutter's kinda cool.
Long gone are the days of Builder classes and their massive amount of boilerplate code. In this new era, Kotlin has given us Data Classes and I've never looked back. (Except to write this post, and let me tell you: the past was a scary place.)
This is a message to you all, but more so a message to me: it's important to learn in public.