iampawan / VelocityX

A minimalist Flutter framework for rapidly building Flutter apps.
https://velocityx.dev
MIT License
1.43k stars 189 forks source link

[BUG]: Unable to fetch newest version VelocityX on Flutter 3.22.0 #203

Closed AdamHavlicek closed 4 months ago

AdamHavlicek commented 4 months ago

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

ShafiqSadat commented 4 months ago

+1

esperaking81 commented 4 months ago

The temporary fix I found is to add :

dependency_overrides:
   intl: ^0.19.0 
ShafiqSadat commented 4 months ago

also for me temporary fix not working...

ShafiqSadat commented 4 months ago

Temporary fix :

velocity_x: git: url: https://github.com/ShafiqSadat/VelocityX.git

iampawan commented 4 months ago

I will fix it asap.

iampawan commented 4 months ago

Fixed in v4.2.0