Hi I want to create an animation like the uber animation (Video url). Will redirect to youtube
What I have tried.
- Animated Container
- Animated Size
- Scale Animation
- Animation Builder
- Overlay Entry
I all cases I tried giving the upper bound of the radius too high to fit to the screen, but the max radius was only the half of the device width. Here is the output
In case any code is need please comment.
I make an Example .. this is work .
How it Work
I add an overflowBox Because we want to create a big circle .. bigger than screen ... so we should use it. Animated Container for Creating a Animated Circle ... And this Animation start 200 millisecond after widget shows (init state) and 700 millisecond later we change the page (Navigator)
and
ScaleRoute
class for changing page with Animation For more information about Animation Transition you can read this beautiful article https://medium.com/flutter-community/everything-you-need-to-know-about-flutter-page-route-transition-9ef5c1b32823