You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolving dependencies...
Because no versions of flutter_svg match >2.0.10+1 <3.0.0 and flutter_svg 2.0.10+1 depends on vector_graphics_compiler ^1.1.11, flutter_svg ^2.0.10+1 requires vector_graphics_compiler ^1.1.11.
And because vector_graphics_compiler >=1.1.5+1 depends on xml ^6.3.0 and every version of game_levels_scrolling_map depends on xml ^5.1.2, flutter_svg ^2.0.10+1 is incompatible with game_levels_scrolling_map.
So, because kindergarten_app depends on both flutter_svg ^2.0.10+1 and game_levels_scrolling_map any, version solving failed.
You can try the following suggestion to make the pubspec resolve:
Consider downgrading your constraint on flutter_svg: flutter pub add flutter_svg:^1.0.3
exit code 1
I was able to solve the issue by upgrading the packages after cloning this git repository and using locally. But it would be helpful if we can update the plugins.
The text was updated successfully, but these errors were encountered:
First of all thanks for the package.
For newer versions i am getting this error.
Resolving dependencies...
Because no versions of flutter_svg match >2.0.10+1 <3.0.0 and flutter_svg 2.0.10+1 depends on vector_graphics_compiler ^1.1.11, flutter_svg ^2.0.10+1 requires vector_graphics_compiler ^1.1.11.
And because vector_graphics_compiler >=1.1.5+1 depends on xml ^6.3.0 and every version of game_levels_scrolling_map depends on xml ^5.1.2, flutter_svg ^2.0.10+1 is incompatible with game_levels_scrolling_map.
So, because kindergarten_app depends on both flutter_svg ^2.0.10+1 and game_levels_scrolling_map any, version solving failed.
You can try the following suggestion to make the pubspec resolve:
exit code 1
I was able to solve the issue by upgrading the packages after cloning this git repository and using locally. But it would be helpful if we can update the plugins.
The text was updated successfully, but these errors were encountered: