AngeloAvv / flutter_flavorizr

A flutter utility to easily create flavors in your flutter application
https://pub.dev/packages/flutter_flavorizr
MIT License
456 stars 81 forks source link

version solving failed. please update Image dependency #166

Closed mayur-mindstack closed 1 year ago

mayur-mindstack commented 1 year ago

am using flutter_native_splash and flutter_flavorizr in same project. its giving me flutter_native_splash >=2.2.18 is incompatible with flutter_flavorizr 2.1.5.

thingthing commented 1 year ago

It seems that the code is in the repository, all it needs is to be published in pub.dev.

If you can´t wait for them to deploy @mayur-mindstack you can just use the git repository directly in your pubspec, either the master branch directly:

    git:
      url: https://github.com/AngeloAvv/flutter_flavorizr.git
      ref: master

or if you don´t want the new commits to break something you can use the last commit ref

    git:
      url: https://github.com/AngeloAvv/flutter_flavorizr.git
      ref: e056c41

it works for me

AngeloAvv commented 1 year ago

Fixed in https://github.com/AngeloAvv/flutter_flavorizr/releases/tag/v2.1.6