
BMI Calculator in Flutter – part 1 – Gender
This is another UI challenge post from me. This time I teamed up with Johny Vino to fully implement one of his awesome designs: BMI Calculator in Flutter.
UI Challenge – Flight Search
In this post, I will go through another UI Challenge. I have picked Johny Vino’s Flight Search design from 100 Mobile App Interactions which is mostly about animations and I will try to implement it as close as I can.
Filter Menu – UI Challenge
In this post, I show how I did my first UI Challenge. As my goal I’ve picked a filter menu design from dribble. Let’s do it!
Infinite Dynamic ListView
In this post, I will quickly go through how to make an infinite ListView, that dynamically loads more data when a user scrolls down to the end. Let’s get to it!
Dynamic Sliver FloatingActionButton
In this post I will walk through a process of creating FloatingActionButton that is pinned to the edge of Sliver’s FlexibleSpaceBar.
“Ok Google, use my Flutter app!”
In this post I would like to show you how I integrated Google Assistant/Google Now with my WeightTracker app written in Flutter (works only on Android).
Integrating Flutter with Coveralls
This post shortly presents snippet on how to integrate Flutter app with Coveralls, which will give you feedback on test coverage in your app. Let’s get to it!
Zooming with GestureDetector
In previous post I described how to create own diagram using CustomPainter. Now I will go through adding zoom effect to the diagram.
Deleting entry and undoing deletion in snackbar – WeightTracker 7
In this post I will go through how I added delete functionality to my WeightTracker app. I will also show how to implement ‘undo’ action on Snackbar with help from Redux Library. 🙂 Let’s get to it!
Join the newsletter!
Join the newsletter to keep track with latest posts and get my special Widget to animate views' entrances without any hassle for FREE!
UI Challenges
Explore UI Challenges posts and learn how to implement complex and beautiful apps in Flutter