Update approach descriptions in release notes

- Enhanced description of development approaches in both Russian and English versions
- Clarified distinction between programmatic (imperative) and declarative approaches
- Improved terminology consistency across both language versions
This commit is contained in:
Sergey Penkovsky
2025-09-09 00:46:09 +03:00
parent b2fbce74b3
commit 751cb08064
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ class MyScreen extends StatelessWidget with _$MyScreen {
}
```
This way you can choose a convenient style: either **purely programmatic** or **declarative with annotations**.
This way you can choose an approach in development: **programmatic (imperative) with explicit dependency registration** or **declarative through annotations**.
## Who Might Find CherryPick Useful?

View File

@@ -164,7 +164,7 @@ class MyScreen extends StatelessWidget with _$MyScreen {
}
```
Таким образом можно выбрать удобный стиль: либо **чисто программный**, либо **декларативный с аннотациями**.
Таким образом можно выбрать подход в разработке: **программный (императивный) с явной регистрацией зависимостей** или **декларативный через аннотации**.
## Кому может быть полезен CherryPick?