- Car Browsing With Specs,Speed,Horsepower
- Car Pricing
- Secure Firebase authentication
- User profiles with customizable settings
- Conversation history tracking
- Data export capabilities
- Dark/Light mode toggle
- Live chat between enthusiasts
- Privacy controls
- Car Quiz to challenge users
- Car Analytics
- Premium-only users
- Flutter for cross-platform development
- Responsive design with custom widgets
- Smooth animations and transitions
- Firebase Authentication for user management
- Cloud Firestore for data storage
- Real-time synchronization
- Flutter (latest stable version)
- Firebase account
- Google Gemini API key
- Android Studio / VS Code
- Git
- Clone the repository
git clone https://github.com/joewrdd/HyperCarShowcase-Flutter.git- Install dependencies
cd HyperCarShowcase
flutter pub get- Configure Firebase
- Create a Firebase project
- Add your Flutter app to Firebase
- Download and add the configuration files
- Enable Authentication and Firestore
- Set up environment variables
- Create a
.envfile in the root directory - Add your Perosnal API key:
YOUR_API_KEY=your_api_key_here
- Run the app
flutter runThis project is licensed under the MIT License - see the LICENSE file for details.