Hello
I have two packages:
- advance math (advance_math: ^5.1.0)
- math_keyboard (math_keyboard: ^0.3.2)
First, I install advanced math package.
Second, I install math_keyboard.
For the math_keyboard, the installation does not finish.
The error is produced: math_keyboard >=0.3.0 depends on intl ^0.19.0 and advance_math >=5.0.0 depends on intl ^0.20.2, math_keyboard >=0.3.0 is incompatible with advance_math >=5.0.0.
Please fix this error.
Thank You