feat(update): проверка новой версии через GitHub Releases

This commit is contained in:
klockky
2026-07-05 16:49:12 +03:00
parent 26eca7aae4
commit abf660e10c
11 changed files with 661 additions and 3 deletions
+26
View File
@@ -1959,4 +1959,30 @@ class AppLocalizationsRu extends AppLocalizations {
@override
String get fontSettingsReset => 'Сбросить';
@override
String get updateAvailableTitle => 'Доступно обновление';
@override
String updateAvailableBody(String version) {
return 'Вышла версия $version. Обновить приложение?';
}
@override
String get updateWhatsNew => 'ЧТО НОВОГО';
@override
String get updateAction => 'Обновить';
@override
String get updateLater => 'Позже';
@override
String get updateSkip => 'Пропустить';
@override
String get updateDownloading => 'Загрузка обновления…';
@override
String get updateDownloadFailed => 'Не удалось скачать обновление';
}