Flutter package driven development

How it helps you and other Flutterians

Everyone who has worked on a bigger project in flutter knows that the standard library with its widgets will only get you so far. If you are lucky someone has already fixed your problem on pub.dev or stackoverflow. If not, this article is for you as we will explore how to: Fix your problem easier, more quickly and reliable Help out the community Increase your chances of getting a job Put it in a box! [Read More]

Building a Glowing Progress Indicator

And learning about CustomPaint and Animations in the Process

Sometimes, small but carefully crafted UI elements elevate an application from good to outstanding and show the love for detail the developer has put into their app. Today we are gonna look into one of those special widgets: a Glowing Progress Indicator Breaking up the Problem Tackling a complex UI component like an interactive, animated and glowing progress indicator all in one go quickly becomes overwhelming. Finding intermediate goals makes the whole process more approachable: [Read More]