Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to pub add place_picker ^0.10.0 #88

Open
induwarar opened this issue Nov 22, 2023 · 3 comments
Open

unable to pub add place_picker ^0.10.0 #88

induwarar opened this issue Nov 22, 2023 · 3 comments

Comments

@induwarar
Copy link

induwarar commented Nov 22, 2023

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.

@lyabs243
Copy link

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

@jk-hub
Copy link

jk-hub commented Jun 30, 2024

@lyabs243

we have an issue on dependency ../../../../.pub-cache/git/locationpicker-f9fb90cd1d592142737e7c75e7b03a7d54b80a8c/lib/widgets/search_input.dart:60:65: Error: The getter 'bodyText1' isn't defined for the class 'TextTheme'.

please resolve this issue

ref: 0.10.0 also does not work

@lyabs243
Copy link

@jk-hub It would be better to use an alternative like https://pub.dev/packages/location_picker_flutter_map as this package is not maintained anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants