How to make ripple page transition in 3 minutes using 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 beautiful instead of just pretty. Let’s change it together! In this post, I’d like to show you how we can add a ripple effect that may make your client say “I like that!”.

read more
UI Challenge: Piano Tiles clone in 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 simplified piano 🙂 Now I want to share with you how to do that in very few steps using Flutter. Let’s get started!

read more
Shared Element Transition in Flutter

Shared Element Transition in Flutter

Hello there! Some time ago a friend of mine showed me an article 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 I looked closely, I’ve noticed that the transition in that article occurs in one page, so Hero transitions wouldn’t work in that case. In this post I will use AnimationControllers, Overlays and Rects to get the same result.

read more
BMI Calculator in Flutter – Part 4 – Static Layouts

BMI Calculator in Flutter – Part 4 – Static Layouts

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. Although most of the things here are quite straightforward, I want to invite you to this part as well, so that almost all of the development will be available for you too.

read more

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