From 4bb9342868a7b898b88d8b9a2cc26ecfbc67898e Mon Sep 17 00:00:00 2001 From: Muhand Jumah Date: Thu, 13 Jan 2022 16:01:32 -0500 Subject: [PATCH] Added flutter_math_fork dependency and updated the version of dependency to ^6.0.0 as it is required by flutter_math_fork --- pubspec.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cec9c3c..0945143 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 - provider: ^5.0.0 + provider: ^6.0.0 http: ^0.13.3 assets_audio_player: ^3.0.3+3 rxdart: ^0.26.0 @@ -48,6 +48,7 @@ dependencies: golden_toolkit: ^0.9.0 fake_async: ^1.2.0 mutex: ^3.0.0 + flutter_math_fork: ^0.5.0 dev_dependencies: flutter_test: