Flutter: iOS like AppBar and BottomNavigationBar

Alex Melnyk
Oct 18, 2023

Shorticle

Hi folks! Today you will see how to implement the blur effect in Flutter application like iOS AppBar and BottomNavigationBar.

In order to make it easier we have to implement BlurBox widget which will be used to achieve this effect here is the code

--

--