An open API service indexing awesome lists of open source software.

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

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.