Published inEasy FlutterFlutter and the Liquid Glass Dilemma: A Developer’s PerspectiveSo here we are again. Apple drops iOS 26 with their shiny new “Liquid Glass” design language, and Flutter developers are sitting there…5d agoA response icon55d agoA response icon5
Published inEasy FlutterWhat's wrong with Flutter?I love Flutter. In the cross-platform world, there are no competitors. But here is the list of things that IMO are wrong or could be…Jul 1A response icon7Jul 1A response icon7
Published inEasy FlutterFlutter. Print current navigation stackNavigation can be confusing. It is handy to be able to print (or log) the current navigation stack to see what is in.Jun 28Jun 28
Published inEasy FlutterFlutter. ColoScheme fromSurface()Flutter ColorScheme.fromSeed doesn’t work well for dark mode.Jun 27A response icon1Jun 27A response icon1
Published inEasy FlutterFlutter. Liquid Progress BarI needed something more interesting than a regular CircularProgressBar.Jun 22A response icon2Jun 22A response icon2
Published inEasy FlutterConcurrency in Dart and FlutterThe main purpose of this article is to create a reference for myself. But you are welcome to read.Jun 20A response icon1Jun 20A response icon1
Published inEasy FlutterFlutter. Stop using Audioplayers. Use this insteadNew audio player plugin in the block.Jun 16A response icon1Jun 16A response icon1
Published inEasy FlutterHow to Remove Mistakenly Committed Directories from Git and GitHubHere is how I want my (Flutter project) repository to look on GitHub:Jun 15A response icon1Jun 15A response icon1
Published inEasy FlutterHow to customize File Explorer colors in VS Code. Step by step.I am using Trae, which is practically VS Code, and it has a really dark color for Git modified files.Jun 13Jun 13
Published inEasy FlutterFlutter. StatefulWidget vs GetX for custom components with stateHonestly, I very rarely write custom components with state. But recently I wrote some and wrote in two variants: one with StatefulWidget…Jun 10Jun 10