📇 Flutter Flip Card UI – Revenue Radar

This Flutter application showcases an interactive flippable card UI featuring a front and back view, built for Revenue Radar – a personalized sales insight platform. The card flips with a smooth animation on tap, displaying useful information like images, headings, captions, and backend-powered hints.

Flip Card Demo


🚀 Features

  • 📦 Front and back content with interactive flipping animation
  • 🖼️ Displays image, heading, caption, and hint text
  • ✨ Clean Material 3 design with elegant transitions
  • 🔄 Smooth flip animation using AnimatedSwitcher or optional flipcard package
  • 📱 Responsive and mobile-friendly layout

🛠️ Getting Started

Prerequisites

  • Flutter SDK (>=3.7.0)
  • Dart SDK
  • An IDE (e.g. Android Studio, VS Code)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/flutter-flip-card.git
    cd flutter-flip-card
    

    Get dependencies:

bash Copy Edit flutter pub get Run the app:

bash Copy Edit flutter run

Libraries

flipcard