- 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