Playing with Flutter animations. Made some dice roll around and added ripple effects.
flutter pub get
flutter run
Run itThis Flutter project is your playground for exploring the magic of animations. Dive in and discover how to make your app come alive with delightful transitions and interactive elements!
Mess around with it if you want 🚀
flutter pub get
flutter run
- Clone the Repository:
Feel free to tweak and break things. That's how we learn! 🚀
git clone https://github.com/minhazul73/RipplingCircles.git
cd RipplingCircles-
Install Dependencies: Make sure you have Flutter installed. Then run:
flutter pub get
-
Run the App: Launch the app on your favorite device or emulator:
flutter run
- Animated Text: Watch the "Ripples" text dance across the screen! Tap it to see it animate and transform.
- Interactive Icons: Click on the animated menu icon to trigger fun animations that will keep you engaged.
- Responsive Design: The animations adapt beautifully to different screen sizes, ensuring a smooth experience on any device.
The magic happens in home.dart. Here’s a sneak peek of what you can find:
- AnimatedAlign: This widget makes the "Ripples" text glide smoothly across the screen.
- AnimatedOpacity: Fade in and out effects that add a touch of elegance.
- GestureDetector: Tap interactions that trigger animations, making your app feel alive!
If you're new to Flutter or animations, check out these resources to get you started:
We love contributions! If you have ideas for new animations or improvements, feel free to fork the repo and submit a pull request.
Get ready to have fun with animations! Whether you're a beginner or a seasoned developer, there's always something new to learn. Happy coding! 🚀