- Adding Core Dependency
- Architecture
- Automation
- Best Practices
- Branch Design
- Code Generation
- Code Review
- Commit Design
- Creating New Features
- Files Structure
- Git Flow
- Layers
- Pull Request Design
- Tools
ΠΠ΅ΡΠ΅Π΄ Π·Π°ΠΏΡΡΠΊΠΎΠΌ ΠΏΡΠΎΠ΅ΠΊΡΠ° Π½Π΅ΠΎΠ±Ρ ΠΎΠ΄ΠΈΠΌΠΎ ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ:
- Choco (Ρ ΠΏΠΎΠΌΠΎΡΡΡ Π΄Π°Π½Π½ΠΎΠΉ ΡΡΠΈΠ»ΠΈΡΡ ΠΌΠΎΠΆΠ½ΠΎ ΡΡΡΠ°Π½ΠΎΠ²ΠΈΡΡ Π²ΡΠ΅ ΠΎΡΡΠ°Π»ΡΠ½ΡΠ΅ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌΡ)
- Make (Π½Π΅ΠΎΠ±Ρ ΠΎΠ΄ΠΈΠΌΠΎ Π΄Π»Ρ ΡΠ°Π±ΠΎΡΡ Π°Π²ΡΠΎΠΌΠ°ΡΠΈΠ·Π°ΡΠΈΠΈ ΠΊΠΎΠΌΠ°Π½Π΄)
- Flutter (
choco install flutter
) - FVM (
choco install fvm --version 2.4.2-dev0 -y
) - Dart (
choco install dart-sdk
) - Git (
choco install git.install
)
ΠΠΎΡΠ»Π΅ ΡΡΡΠ°Π½ΠΎΠ²ΠΊΠΈ Π²ΡΠ΅Ρ Π½Π΅ΠΎΠ±Ρ ΠΎΠ΄ΠΈΠΌΡΡ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΌ Π½ΡΠΆΠ½ΠΎ Π²ΡΠΏΠΎΠ»Π½ΠΈΡΡ ΡΠ»Π΅Π΄ΡΡΡΠΈΠ΅ ΠΊΠΎΠΌΠ°Π½Π΄Ρ:
git clone https://github.com/p0dyakov/gpt_client.git
cd gpt_client
make init
ΠΈΠ»ΠΈ
git clone https://github.com/p0dyakov/gpt_client.git
cd gpt_client
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
flutter pub get --directory=./tool/makefile_documentation_generator
flutter pub get --directory=./tool/google_localizer
flutter pub get --directory=./tool/setup_clone
dart ./tool/makefile_documentation_generator/main.dart
flutter gen-l10n