SQuiz is a Flutter-based quiz application designed to challenge your mind and expand your knowledge. The app features a welcoming interface and smooth navigation, making it easy and fun to test yourself on a variety of topics.
- Beautiful welcome screen
- Easy navigation between screens
- Responsive UI
- Ready for Firebase integration
- Flutter SDK
- Dart SDK
- An editor like VS Code or Android Studio
-
Clone the repository:
git clone https://github.com/yourusername/squiz.git cd squiz -
Install dependencies:
flutter pub get
-
Add your Firebase configuration:
- Follow the Firebase setup guide for Flutter.
- Place your
google-services.json(Android) andGoogleService-Info.plist(iOS) in the appropriate directories.
-
Run the app:
flutter run
lib/
main.dart
screens/
home.dart
firebase_options.dart
assets/
image.png
image2.png
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Made with ❤️ using Flutter.