A clean and simple Age Calculator app built with Flutter that calculates your exact age in years, months, and days based on your date of birth.
Ideal for users who want a quick and accurate age result with a beautiful UI.
- 📅 Select your Date of Birth
- 📆 Calculates age in years, months, and days
- 🧮 Real-time calculation
- 📱 Lightweight, responsive, and fast
- 🎨 Minimal and modern UI
- Flutter – Cross-platform UI toolkit
- Dart – Programming language
- Material Design – UI Components
Clone the repository and run the app locally:
git clone https://github.com/your-username/age-calculator.git
cd age-calculator
flutter pub get
flutter run