flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

[BUG] Incompatible depends on both flutter_html ^2.2.1 and flutter_math_fork ^0.6.3+1

Open hendrikdewilde opened this issue 3 years ago • 2 comments

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

hendrikdewilde avatar Aug 10 '22 09:08 hendrikdewilde

same issue!

tajisoft avatar Aug 16 '22 06:08 tajisoft

Dependencies have been updated in 3.0.0. Currently you can access this through version 3.0.0-alpha.5

Sub6Resources avatar Aug 20 '22 19:08 Sub6Resources

Closing, since this is resolved in 3.0.0-alpha.5 (and later)

Sub6Resources avatar Oct 21 '22 18:10 Sub6Resources