by Marcin Szałek | Mar 21, 2019 | Flutter
How to make ripple page transition in 3 minutes using Flutter Flutter makes beautiful animations easy. That’s the fact. What is also the fact is that we as developers are scared to push our apps to the next level by adding those minor animations that make the app...
by Marcin Szałek | Jan 14, 2019 | Flutter
UI Challenge: Piano Tiles clone in Flutter Hi guys! This post is pretty straight-forward. I wanted to create a basic clone of Piano Tiles 2 — a mobile game where you play on a simplified piano. Now I want to share with you how to do that in very few steps using...
by Marcin Szałek | Dec 31, 2018 | Flutter
Shared Element Transition in Flutter Hello there! Some time ago a friend of mine showed me this article (preview below) and asked me if I can do Shared Element Transitions in Flutter. The first thought that came into my mind was “Simple, Heroes!” but when...
by Marcin Szałek | Nov 14, 2018 | BMI Calculator, Flutter
BMI Calculator in Flutter – Part 7 – Animated transition Hello there! I’m back with a new post about implementing Johny Vino‘s BMI Calculator design. If you are not familiar with previous posts, I recommend checking them out. This time we will focus on an...
by Marcin Szałek | Oct 29, 2018 | BMI Calculator, Flutter
BMI Calculator in Flutter – Part 6 – Custom Slider Hi guys! Welcome to part 6 of BMI Calculator in Flutter where I go through implementation of Johny Vino‘s design. Recently we have implemented animation which indicates user how to use Pacman slider. In...
by Marcin Szałek | Oct 19, 2018 | BMI Calculator, Flutter
BMI Calculator in Flutter – Part 5 – Animated Slider Hint Hi again! It’s about time to add some more code to the BMI Calculator app – by Johny Vino’s design. In this post, I will start creating bottom Pacman slider (see below). I will go through...
by Marcin Szałek | Oct 11, 2018 | BMI Calculator, Flutter
BMI Calculator in Flutter – Part 4 – Static Layouts Hello there! After a long delay, I am coming back to you with a new BMI Calculator post. In this one, I will go through some layout changes I needed to make to update old Johny Vino‘s design to the new version....
by Marcin Szałek | Sep 12, 2018 | BMI Calculator, Flutter
BMI Calculator in Flutter – Part 3 – Height Hi again! It’s time for another part of BMI Calculator in Flutter, a series in which I implement Johny Vino‘s awesome BMI Calculator design (if you didn’t see previous posts, you can find them here). This time I...
by Marcin Szałek | Sep 3, 2018 | BMI Calculator, Flutter
BMI Calculator in Flutter – Part 2 – Weight Hi again! I’m coming back with another part of the implementation of Jhony Vino‘s awesome BMI Calculator design. If you didn’t see the previous part, where I implemented gender picking, you can find it here. In...