https://github.com/defuncart/einbuergerungstest
An application to help prepare for the German Einbürgerungstest.
https://github.com/defuncart/einbuergerungstest
android dart flutter flutter-app ios macos
Last synced: 2 months ago
JSON representation
An application to help prepare for the German Einbürgerungstest.
- Host: GitHub
- URL: https://github.com/defuncart/einbuergerungstest
- Owner: defuncart
- License: mit
- Created: 2021-10-22T13:32:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T19:33:07.000Z (over 3 years ago)
- Last Synced: 2025-02-16T04:29:03.164Z (4 months ago)
- Topics: android, dart, flutter, flutter-app, ios, macos
- Language: Dart
- Homepage:
- Size: 1.36 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# einbuergerungstest
An application to help prepare for the German Einbürgerungstest.
## Getting Started
To build the app locally, the following tools are required:
- Flutter stable >= 2.5
- Dart >= 2.14
- Android
- SDK >= 30
- iOS, macOS:
- Xcode >= 12.4
- CocoaPods >= 1.11.0## Code Generation
### Localizations
To add new localizations, update `assets_dev/loca/loca.csv` and run
```sh
sh bin/loca_generate.sh
```## Credits
This application is developed for personal use. It uses the official questions and images from Berlin's Einbürgerungstest.
## Raising Issues and Contributing
Please report bugs and issues, and raise feature requests [here](https://github.com/defuncart/einbuergerungstest/issues).
To contribute, submit a PR with a detailed description and tests, if applicable.