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

@@ -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(),
),
);
}