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

https://github.com/leancodepl/patrol-workshop


https://github.com/leancodepl/patrol-workshop

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# patrol_challenge

App with the quiz for Fluttercon

### Set up

This project is a simple quiz Flutter app. It uses flavors.

To run tests:

```
dart run patrol test
```

### Google credentials

This app allows the user to sign in with Google. This requires some
configuration, but it's not needed if you don't plan on using this feature.

**Android**

Place `google-services.json` in `android/app`.

**iOS**

Place `GoogleService-Info.plist` in `ios/Runner`.