https://github.com/hashfx/quiz-app-flutter
Quiz App in Flutter
https://github.com/hashfx/quiz-app-flutter
Last synced: 24 days ago
JSON representation
Quiz App in Flutter
- Host: GitHub
- URL: https://github.com/hashfx/quiz-app-flutter
- Owner: hashfx
- Created: 2022-09-14T09:18:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T12:24:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T14:44:22.906Z (over 1 year ago)
- Language: C++
- Size: 532 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Application in Fluter
### Getting Started
+ [Setup Flutter SDK](https://docs.flutter.dev/get-started/install)
+ [Setup Editor](https://docs.flutter.dev/development/tools)
+ [Create Project on Visual Studio Code](https://docs.flutter.dev/development/tools/vs-code#creating-a-new-project)
```powershell
# clone git repo
git clone https://github.com/hashfx/quiz-app-flutter.git
# run flutter app: make sure to run commands from root directory of application
flutter run -d chrome # for chrome browser
flutter run -d web-server # for all browsers
```
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.