From 15dd77b5b061d1b12217449c847d62e6ca585c5f Mon Sep 17 00:00:00 2001 From: hifiaz Date: Mon, 18 Oct 2021 09:59:54 +0700 Subject: [PATCH] upgrade flutter_math_fork version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d4da50ea15..3b94c125e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,7 @@ dependencies: flutter_svg: '>=0.22.0 <1.0.0' # Plugin for rendering MathML - flutter_math_fork: '>=0.3.3+1 <1.0.0' + flutter_math_fork: '>=0.4.2+1 <1.0.0' # plugin for firstWhereOrNull extension on lists collection: '>=1.15.0 <2.0.0'