Published inITNEXT·PinnedMember-onlyUML Coolness In FlutterPart of the little details of dev-ops is getting an UML diagram generated for your Flutter project. UML diagrams aid developers in understanding how OOP-wise your code fits together. It’s also a nice sign of developer professionalism if your flutter project has a set of UML diagrams. …Flutter4 min readFlutter4 min read
Published inITNEXT·PinnedMember-onlyOrganize Your TestsWhy organize your tests? Well, how do you get correct feedback on tests if it’s disorganized? Part of my job in authoring at least two flutter app development books this year is to make sure every developer learning flutter can complete two missions: 1.Learning Flutter Fast 2.Be Able To Push…Flutter4 min readFlutter4 min read
3 days agoMember-onlyWhat You Missed At My SubstackYou missed me solving the missing material design 3 carousel from the flutter SDK problem:Flutter1 min readFlutter1 min read
Nov 30Member-onlyFixing Surface Color Roles In FlutterFixing the surface color roles in Material Design 3 in Flutter. The story of mid-phase to final tuning in the Material Design specification cycle is all about introduce something new that not only is in the SDK but forces us to change some other UX approach in a major way…Flutter4 min readFlutter4 min read
Nov 27Member-onlyMissing In Flutter SDK Docs, Your Axis Layout GuideOne of the layout guides not in the Flutter SDK docs.Flutter1 min readFlutter1 min read
Nov 26Member-onlyHow To Write Flutter Adaptive Scaffold Breakpoints Like Were A GDEFlutter Adaptive Scaffold UX pattern is not in the Flutter SDK, this is the first step in that UX pattern in the form of breakpoints like you were a Flutter GDE. Look, I have to shame Flutter GDE’s as they are not writing the stuff that you need in creating…Flutter2 min readFlutter2 min read
Nov 19Member-onlyDesign The Data Class Model Instead Of Coding ItRe-align that data class model for the UX driven flutter mobile app design process. Look, I personally have coded in Java MIDP, Apache Cordova, Android native Java-Kotlin and now Dart and Flutter on mobile. …Flutter2 min readFlutter2 min read
Nov 17Member-onlyWhat Storyboarding in Flutter Will Google Introduce At IO 2024I found this package while searching what new stuff Google’s cloud and VSCode powered IDE IDX would bring to the table. Imagine this storyboarding so easy that you just create scenes of pages and then the storyboard app is auto generated. But, what if there was more? Such as the…Flutter3 min readFlutter3 min read
Nov 16Member-onlyFlutter Stuff From Substack This WeekSort of the weekly reminder that I moved my Flutter posts to substack. How To Implement Flutter Staggered Animation Material Design 3 introduced the skeleton staggered animation loading pattern for several containers, including ListViews. While it is nice that the Flutter Community has stepped in to fill the holes; those…Flutter1 min readFlutter1 min read
Nov 8Member-onlyWhere To Go For Answers To Flutter QuestionsAI generated stuff has flowed into several QA forums including stackoverflow. So where can you go to get answers to flutter questions by an…Flutter1 min readFlutter1 min read