An AI-powered resume builder built with Flutter. The app helps users create, improve, preview, and export professional resumes with smart AI suggestions.
- Firebase authentication
- Multi-step resume builder
- AI summary generation
- AI bullet-point enhancement
- Skill suggestions based on target role
- Resume review with score, strengths, and improvements
- Resume preview and PDF export
- Responsive Flutter UI
- Flutter and Dart
- Firebase Auth and Cloud Firestore
- Riverpod
- Groq AI API
- PDF generation
Install dependencies:
flutter pub getCreate or update Firebase configuration:
flutterfire configureRun the app with your Groq API key:
flutter run --dart-define=GROQ_API_KEY=your_groq_api_key_hereDo not commit real API keys to GitHub. This project reads the Groq key from --dart-define so the source code stays safe for public portfolio use.
Resumify AI is a Flutter resume builder that combines Firebase-backed user accounts with Groq-powered AI features to generate summaries, improve experience bullets, recommend skills, review resume quality, and export polished resumes as PDFs.