[1-2 cumle aciklama]
- Flutter 3.x
- Dart SDK
- Android Studio veya Xcode
- Fiziksel cihaz veya emulator
git clone https://github.com/sunstech/[REPO_ADI].git
cd [REPO_ADI]
flutter pub get
cp .env.example .env
flutter runNot: Platform klasorleri (android/, ios/, web/) yoksa ilk seferde
flutter create .calistir.
| Komut | Aciklama |
|---|---|
flutter run |
Development |
flutter test |
Testleri calistir |
flutter analyze |
Kod analizi |
flutter build apk |
Android APK |
flutter build ios |
iOS build |
flutter pub get |
Bagimliliklari yukle |
- Framework: Flutter 3.x
- Dil: Dart
- UI: Material Design 3
main- Production (sadece PR ile merge)develop- Developmentfeature/xxx- Yeni ozellikfix/xxx- Bug fix
feat(kapsam): yeni ozellik
fix(kapsam): hata duzeltme
docs(kapsam): dokumantasyon
refactor(kapsam): kod duzenleme
test(kapsam): test ekleme
| Rol | Kisi |
|---|---|
| Mobile Lead | [Ad] |
- Backend repo: [Link]
- Trello: [Board linki]
- Slack: #proje-[ad]
- Figma: [Tasarim linki]