locationpicker icon indicating copy to clipboard operation
locationpicker copied to clipboard

unable to pub add place_picker ^0.10.0

Open induwarar opened this issue 2 years ago • 3 comments

Because place_picker >=0.10.0 depends on http ^0.13.5 and project depends on http ^1.1.0, place_picker >=0.10.0 is forbidden. So, because project depends on place_picker ^0.10.0, version solving failed.

induwarar avatar Nov 22 '23 09:11 induwarar

The package has not been updated since long, To solve this you can add the package in your pubspec like this:

place_picker:
    git:
      url: https://github.com/lyabs243/locationpicker.git
      ref: 0.10.0

lyabs243 avatar Dec 22 '23 09:12 lyabs243