https://github.com/leancodepl/patrol-workshop
https://github.com/leancodepl/patrol-workshop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leancodepl/patrol-workshop
- Owner: leancodepl
- Created: 2023-11-20T16:03:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T12:41:54.000Z (over 1 year ago)
- Last Synced: 2025-03-25T19:16:09.410Z (about 1 year ago)
- Language: Dart
- Size: 548 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.