From fc9d74e21c76fa57c7306b1d99a0d57e0404eaa7 Mon Sep 17 00:00:00 2001 From: Arthur Jamet Date: Fri, 1 Dec 2023 13:35:00 +0100 Subject: [PATCH] Mobile: Bump dependencies to fix build --- mobile/lib/l10n/app_en.arb | 2 +- mobile/lib/l10n/app_fr.arb | 2 +- mobile/pubspec.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile/lib/l10n/app_en.arb b/mobile/lib/l10n/app_en.arb index 26195a4b..90c2d044 100644 --- a/mobile/lib/l10n/app_en.arb +++ b/mobile/lib/l10n/app_en.arb @@ -43,7 +43,7 @@ "tryToConnect": "Try to connect", "routeToApi": "Route to API", "setupAPIRoute": "Setup API Route", - "paramInheritTip": "To inherit parameters from previous actions, type '{' in the text field and tap on the choosen parameter", + "paramInheritTip": "To inherit parameters from previous actions, type a curly bracket in the text field and tap on the choosen parameter", "parameters": "Parameters", "noParameter": "No parameter", "authenticatedToNoService": "You are not authenticated to any services.", diff --git a/mobile/lib/l10n/app_fr.arb b/mobile/lib/l10n/app_fr.arb index 59350cd3..be095f97 100644 --- a/mobile/lib/l10n/app_fr.arb +++ b/mobile/lib/l10n/app_fr.arb @@ -43,7 +43,7 @@ "tryToConnect": "Tester la connection", "routeToApi": "Route de l'API", "setupAPIRoute": "Choisir la route de l'API", - "paramInheritTip": "Afin d'hériter de variables venant d'actions précedentes, entrez '{' dans un champ et choisissez la valeur", + "paramInheritTip": "Afin d'hériter de variables venant d'actions précedentes, entrez une accolade ouvrante dans un champ et choisissez la valeur", "parameters": "Paramètres", "noParameter": "Aucun paramètre", "authenticatedToNoService": "Aucun service n'est connecté", diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index d0976a36..9cea532b 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -36,7 +36,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 cached_network_image: ^3.1.0 - intl: ^0.17.0 + intl: ^0.18.1 animated_text_kit: ^4.2.1 flutter_native_splash: ^1.3.3 flutter_login: ^3.1.0 @@ -44,8 +44,8 @@ dependencies: flutter_fadein: ^2.0.0 provider: ^6.0.2 expandable: ^5.0.1 - flutter_form_builder: ^7.1.0 - form_builder_validators: ^7.4.0 + flutter_form_builder: ^9.1.0 + form_builder_validators: ^9.1.0 recase: ^4.0.0 liquid_pull_to_refresh: ^3.0.1 modal_bottom_sheet: ^2.0.0