Hello!
When I run the command flutter pub add icon_forest it fails with error:
Because icon_forest <1.0.1 depends on path ^1.8.1 and icon_forest >=1.0.1 <1.0.2 requires SDK version >=2.17.0 <3.0.0, icon_forest <1.0.2 requires path ^1.8.1.
And because icon_forest >=1.0.2 depends on path ^1.8.1 and every version of flutter_test from sdk depends on path 1.8.0, icon_forest is incompatible with flutter_test from sdk.
So, because expense_bud depends on both icon_forest any and flutter_test from sdk, version solving failed.
pub finished with exit code 65
My dart SDK version is 2.16.2.
How to solve this issue?
Thanks!