Flutter Animations

A new Flutter Animations showcase website inspired by Uiverse IO

Screenshot 2024-07-28 225301

🤝 Contributing

Do you want to support Flutter Animations development? You are welcome to take below actions:

🐞 Report bugs or new ideas

Submit an issue here: Flutter Animations Issues.

📝 Contributors guide

Take a look at our CONTRIBUTING.md file.

📄 Attributions

👁️‍🗨️ Icons

Font Awesome

🏗️ Build Process

  1. Clone or download this repository

    git clone https://github.com/Mohit-Joshi-dev/flutter_animations.git
    cd flutter_animations
  2. Download dependencies

    flutter pub get
  3. Build and install the app on your Web

    flutter config --enable-web
    flutter run -d chrome