From 766f21f765854055b5d6a29a205948d5387d3f09 Mon Sep 17 00:00:00 2001 From: Jignesh Patel Date: Mon, 6 Dec 2021 12:34:32 +0530 Subject: [PATCH] build: upgrade deps flutter_svg to v1.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3b94c125e8..54db6aa53d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: chewie_audio: '>=1.2.0 <2.0.0' # Plugins for rendering the tag. - flutter_svg: '>=0.22.0 <1.0.0' + flutter_svg: '>=1.0.0 <2.0.0' # Plugin for rendering MathML flutter_math_fork: '>=0.4.2+1 <1.0.0'