[BUG] Incompatible depends on both flutter_html ^2.2.1 and flutter_math_fork ^0.6.3+1
Describe the bug: Pub get Error: (1; So, because myApp depends on both flutter_html ^2.2.1 and flutter_math_fork ^0.6.3+1, version solving failed.)
HTML to reproduce the issue: dependencies: flutter_html: ^2.2.1 flutter_math_fork: ^0.6.3+1
Html widget configuration:
None
Expected behavior: Build and run
Screenshots: None
Device details and Flutter/Dart/flutter_html versions:
C:\src\flutter\bin\flutter.bat doctor --verbose
[√] Flutter (Channel stable, 3.0.5, on Microsoft Windows [Version 10.0.22000.795], locale en-ZA)
• Flutter version 3.0.5 at C:\src\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision f1875d570e (4 weeks ago), 2022-07-13 11:24:16 -0700
• Engine revision e85ea0e79c
• Dart version 2.17.6
• DevTools version 2.12.2
Stacktrace/Logcat Because flutter_math_fork >=0.6.0 depends on flutter_svg ^1.0.0 and flutter_html 2.2.1 depends on flutter_svg >=0.22.0 <1.0.0, flutter_math_fork >=0.6.0 is incompatible with flutter_html 2.2.1. And because no versions of flutter_html match >2.2.1 <3.0.0, flutter_math_fork >=0.6.0 is incompatible with flutter_html ^2.2.1. So, because helpme247 depends on both flutter_html ^2.2.1 and flutter_math_fork ^0.6.3+1, version solving failed. pub get failed (1; So, because helpme247 depends on both flutter_html ^2.2.1 and flutter_math_fork ^0.6.3+1, version solving failed.)
Additional info: None
A picture of a cute animal (not mandatory but encouraged) None
same issue!
Dependencies have been updated in 3.0.0. Currently you can access this through version 3.0.0-alpha.5
Closing, since this is resolved in 3.0.0-alpha.5 (and later)