Closed AdamHavlicek closed 5 months ago
+1
The temporary fix I found is to add :
dependency_overrides:
intl: ^0.19.0
also for me temporary fix not working...
Temporary fix :
velocity_x: git: url: https://github.com/ShafiqSadat/VelocityX.git
I will fix it asap.
Fixed in v4.2.0
Describe the bug Unable to fetch newest version VelocityX package on Flutter 3.22.0 because of pinned version of intl version 0.18.3 in VelocityX. flutter_localizations uses intl version 0.19.0 which is pinned by flutter sdk.
To Reproduce Steps to reproduce the behavior: upgrade to newest version of flutter. add flutter_localizations as your dependency. add velocity_x as dependency.
Expected behavior bump version of intl package
Temporary fix downgrade version of VelocityX to version 4.1.1