@@ -19,23 +19,31 @@ cp .env.example .env
1919flutter run
2020```
2121
22+ > ** Not:** Platform klasorleri (android/, ios/, web/) yoksa ilk seferde ` flutter create . ` calistir.
23+
2224## Komutlar
2325
2426| Komut | Aciklama |
2527| -------| ----------|
26- | flutter run | Development |
27- | flutter test | Testleri calistir |
28- | flutter analyze | Kod analizi |
29- | flutter build apk | Android APK |
30- | flutter build ios | iOS build |
31- | flutter pub get | Bagimliliklari yukle |
28+ | ` flutter run ` | Development |
29+ | ` flutter test ` | Testleri calistir |
30+ | ` flutter analyze ` | Kod analizi |
31+ | ` flutter build apk ` | Android APK |
32+ | ` flutter build ios ` | iOS build |
33+ | ` flutter pub get ` | Bagimliliklari yukle |
34+
35+ ## Tech Stack
36+
37+ - ** Framework:** Flutter 3.x
38+ - ** Dil:** Dart
39+ - ** UI:** Material Design 3
3240
3341## Git Workflow
3442
35- - main - Production (sadece PR ile merge)
36- - develop - Development
37- - feature/xxx - Yeni ozellik
38- - fix/xxx - Bug fix
43+ - ` main ` - Production (sadece PR ile merge)
44+ - ` develop ` - Development
45+ - ` feature/xxx ` - Yeni ozellik
46+ - ` fix/xxx ` - Bug fix
3947
4048### Commit Formati
4149```
@@ -57,4 +65,4 @@ test(kapsam): test ekleme
5765- Backend repo: [ Link]
5866- Trello: [ Board linki]
5967- Slack: #proje-[ ad]
60- - Figma: [ Tasarim linki]
68+ - Figma: [ Tasarim linki]
0 commit comments