From 5ff03ef2d4e53b540541e4379a3fa65488295498 Mon Sep 17 00:00:00 2001 From: Calvin Cheng Date: Mon, 17 May 2021 16:50:46 +0800 Subject: [PATCH] Upgrade flutter_svg to 0.22.0 to avoid "So, because natrium_wallet_flutter depends on both flutter_svg ^0.19.3 and intl_translation from git, version solving failed" Signed-off-by: Calvin Cheng --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index eb40db89..3b374ce6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -66,7 +66,7 @@ dependencies: event_taxi: ^1.0.0 # SVG - flutter_svg: ^0.19.3 + flutter_svg: ^0.22.0 # QR Codes qr_flutter: ^2.0.1 # Generator