An Opensource mobile application project to help french (and english) speakers to learn turkish, with 3 main functionnalities :
- 1000+ words added on the main screen, with search mode included
- Past, present and future tense for 48 verbs to get all different conjugation forms
- Main turkish rules (in french langage)
A hourly notification is settled on the feature/notification branch, to give a new word and meaning at each time. You can change word langage and notification rate by editing main.dart and services/notification_service.dart files.
Clone repository and, from root folder :
- Install Flutter dependencies and packages :
flutter pub get
- Then, run project :
flutter run
There is still a lot to do on this app, and you can contribute by adding some functionnalities, some langages or make some refactoring !
If you want to contribute, fork the project and feel free to make a new PR ;)