deps version bump
Some checks failed
ci/woodpecker/push/bff Pipeline was successful
ci/woodpecker/push/billing_fees Pipeline was successful
ci/woodpecker/push/fx_ingestor Pipeline was successful
ci/woodpecker/push/chain_gateway Pipeline was successful
ci/woodpecker/push/ledger Pipeline was successful
ci/woodpecker/push/notification Pipeline was successful
ci/woodpecker/push/payments_orchestrator Pipeline was successful
ci/woodpecker/push/bump_version Pipeline failed
ci/woodpecker/push/db Pipeline was successful
ci/woodpecker/push/fx_oracle Pipeline was successful
ci/woodpecker/push/nats Pipeline was successful

This commit is contained in:
Stephan D
2025-11-14 15:46:24 +01:00
parent 38158bec4d
commit 975496ecbe
6 changed files with 104 additions and 198 deletions

View File

@@ -3,5 +3,4 @@ template-arb-file: ps_en.arb
output-dir: lib/generated/i18n
output-localization-file: ps_localizations.dart
output-class: PSLocalizations
synthetic-package: false
untranslated-messages-file: untranslated.txt

View File

@@ -68,9 +68,11 @@ Widget getCountryFlag(Locale locale, {double? height = 24, double? width = 35})
? _CatalanFlag(width: width, height: height, fit: BoxFit.contain)
: CountryFlag.fromCountryCode(
_locale2Flag(locale),
height: height,
width: width,
shape: Rectangle(),
theme: ImageTheme(
height: height,
width: width,
shape: Rectangle(),
),
);
}

View File

@@ -3,7 +3,7 @@ description: A starting point for Dart libraries or applications.
version: 1.0.0
environment:
sdk: ^3.1.5
sdk: ^3.8.0
# Add regular dependencies here.
dependencies:
@@ -15,7 +15,7 @@ dependencies:
flutter_localizations:
sdk: flutter
intl: ^0.20.2
country_flags: ^3.0.0
country_flags: ^4.1.0
font_awesome_flutter: ^10.5.0
flutter_svg: ^2.0.9
http_parser: ^4.0.2
@@ -23,7 +23,7 @@ dependencies:
cached_network_image: ^3.3.0
jovial_svg: ^1.1.23
logging: ^1.3.0
share_plus: ^11.0.0
share_plus: ^12.0.1
uuid: ^4.5.1
image: ^4.5.4
shared_preferences: ^2.5.3