mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 09:20:29 +00:00
feat: Implement update checker and dialog for available app updates with localization support
This commit is contained in:
@@ -3344,6 +3344,36 @@ abstract class AppLocalizations {
|
||||
/// In en, this message translates to:
|
||||
/// **'Rectangle'**
|
||||
String get rectangle;
|
||||
|
||||
/// Title for update dialog when new version is available
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Update Available'**
|
||||
String get updateAvailable;
|
||||
|
||||
/// Label for current app version
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Current'**
|
||||
String get currentVersion;
|
||||
|
||||
/// Label for latest available app version
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Latest'**
|
||||
String get latestVersion;
|
||||
|
||||
/// Button to download app update
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Download'**
|
||||
String get downloadUpdate;
|
||||
|
||||
/// Button to dismiss update dialog
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Later'**
|
||||
String get updateLater;
|
||||
}
|
||||
|
||||
class _AppLocalizationsDelegate
|
||||
|
||||
Reference in New Issue
Block a user