Shake And Expand Flutter Widget
Shake And Expand Animation
How to Use?
- Drag the file named “shake_and_expand.dart” into your project
- Run this command as the ‘flutter_animate’ package is required
flutter pub add flutter_animate
- Now you can use ‘ShakeAndExpand’ widget by importing the file
- In the parameter ‘firstPage’, give the first page widget of your app.
- You can also set the text using ‘text’ parameter.
The Shake and Expand Animation Widget is a customizable Flutter widget designed to create visually engaging splash screens or transition effects with smooth animations.
Add to wishlist