mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 17:00:28 +00:00
feat: Add URL launcher dependency and implement more info button in settings
This commit is contained in:
@@ -534,6 +534,18 @@ abstract class AppLocalizations {
|
||||
/// **'• Flutter for cross-platform development\n• BLE (Bluetooth Low Energy) for mesh networking\n• OpenStreetMap for mapping\n• Provider for state management\n• SharedPreferences for local storage'**
|
||||
String get technologiesList;
|
||||
|
||||
/// More info button label
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'More Info'**
|
||||
String get moreInfo;
|
||||
|
||||
/// Learn more link description
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Learn more about MeshCore SAR'**
|
||||
String get learnMoreAbout;
|
||||
|
||||
/// Developer section header
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user