"nfc_disabled_message":"The NFC reader is disabled. Do you want to enable it and using it instead of the QR Code reader?",
"allow_gps_service":"Allow",
"deny_gps_service":"Deny",
"enable_gps_service":"Enable",
"disable_gps_service":"Disable",
"nfc_disabled_message":"The NFC reader is disabled. Do you want to enable it?",
"nfc_unavailable_message":"This device does not have NFC support.\nYou will need to validate the control points with the QR Code reader or the GPS location.",
"gps_disabled_message":"The GPS service is disabled. Do you want to enable it?",
"gps_unavailable_message":"This device does not have GPS support.\nSorry, Vikazimut cannot be used without geolocation.",
"gps_disabled_message":"The location service is disabled and is needed.\nDo you want to enable it?",
"gps_denied_message":"Vikazimut has no permission to use location.\nAllow Vikazimut to access this device's location?",
"nfc_disabled_message":"Le lecteur NFC est désactivé. Voulez-vous l'activer et l'utiliser à la place du lecteur de code QR\u00A0?",
"allow_gps_service":"Autoriser",
"deny_gps_service":"Refuser",
"enable_gps_service":"Activer",
"disable_gps_service":"Refuser",
"nfc_disabled_message":"Le lecteur NFC est désactivé. Voulez-vous l'activer\u00A0?",
"nfc_unavailable_message":"Votre appareil ne possède pas de lecteur NFC.\nVous devrez valider les postes avec le lecteur de code QR ou avec la localisation GPS.",
"gps_disabled_message":"La fonction GPS de votre appareil est désactivée.Voulez-vous l'activer\u00A0?",
"gps_unavailable_message":"Votre appareil ne possède pas de fonction GPS.\nDésolé, Vikazimut ne peut pas être utilisée sans la géolocalisation.",
"gps_disabled_message":"La fonction localisation de votre appareil est désactivée.\nVoulez-vous l'activer\u00A0?",
"gps_denied_message":"L'application n'a pas l'autorisation d'utiliser le GPS. Voulez-vous l'autoriser\u00A0?",
"no_network_and_no_stored_map_error_message":"Pas de connexion réseau et aucune carte préalablement enregistrée.\nImpossible de continuer.",
"network_but_no_stored_map_error_message":"Pas de carte disponible actuellement sur le serveur.\nImpossible de continuer.",
"error_creating_directory":"Erreur système. Impossible de créer le dossier des images\u00A0: %s",
Possible results from the checkPermission and requestPermission methods are:
Permission Description
denied Permission to access the device's location is denied by the user. You are free to request permission again (this is also the initial permission state).
deniedForever Android only: Permission to access the device's location is denied forever. If requesting permission the permission dialog will NOT been shown until the user updates the permission in the App settings.
whileInUse Permission to access the device's location is allowed only while the App is in use.
always Permission to access the device's location is allowed even when the App is running in the background.
*/
@override
Widgetbuild(BuildContextcontext){
returnScaffold(
...
...
@@ -103,6 +92,9 @@ always Permission to access the device's location is allowed even when the App i