Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile: Bump dependencies to fix build #138

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mobile/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion mobile/lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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é",
Expand Down
6 changes: 3 additions & 3 deletions mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ 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
flutter_switch: ^0.3.2
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
Expand Down
Loading