feat: Add URL launcher dependency and implement more info button in settings

This commit is contained in:
Janez T
2025-10-26 17:33:01 +01:00
parent cec092b8c0
commit 676f5341b6
23 changed files with 176 additions and 8 deletions

View File

@@ -243,6 +243,12 @@ class AppLocalizationsIt extends AppLocalizations {
String get technologiesList =>
'• Flutter per lo sviluppo multipiattaforma\n• BLE (Bluetooth Low Energy) per la rete mesh\n• OpenStreetMap per la mappatura\n• Provider per la gestione dello stato\n• SharedPreferences per l\'archiviazione locale';
@override
String get moreInfo => 'Maggiori informazioni';
@override
String get learnMoreAbout => 'Ulteriori informazioni su MeshCore SAR';
@override
String get developer => 'Sviluppatore';