From e20f75fdae346192f55b01fb598e38dc189cb03c Mon Sep 17 00:00:00 2001 From: Vytautas Pranskunas Date: Tue, 19 Sep 2023 09:19:40 +0200 Subject: [PATCH] fix: bumped flutter_svg version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b1c70e4..42e5712 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,7 @@ homepage: https://github.com/xsahil03x/fancy_on_boarding dependencies: flutter: sdk: flutter - flutter_svg: ^0.21.0-nullsafety.0 + flutter_svg: ^2.0.7 dev_dependencies: flutter_test: