Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Errors Adding Dependency #22

Open
jpgilchrist opened this issue Mar 13, 2018 · 2 comments
Open

Errors Adding Dependency #22

jpgilchrist opened this issue Mar 13, 2018 · 2 comments

Comments

@jpgilchrist
Copy link

My apologies if this is not on you, but I tried adding the dependency for map_view and it's erring out when I attempt to install the packages.

Package uri has no versions that match >=0.11.1 <0.12.0 derived from:
- map_view 0.0.10 depends on version ^0.11.1
pub get failed (1)
dependencies:
  flutter:
    sdk: flutter
  fluro: ^1.2.1
  http: ^0.11.3
  scoped_model: ^0.2.0
  timeago: ^1.2.1
  map_view: 0.0.10
@kelvinharron
Copy link

kelvinharron commented Mar 15, 2018

I've got the same problem. I followed the instructions from here with and without ''.

Running "flutter packages get" in opendata...
Package uri has no versions that match >=0.11.1 <0.12.0 derived from:
- map_view 0.0.10 depends on version ^0.11.1
pub get failed (1)
Process finished with exit code 1

This is a brand new project in IntelliJ with the following dependencies:

dependencies:
  flutter:
    sdk: flutter

  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^0.1.0
  map_view: ^0.0.10

I guess a solution would be to clone this repo and import the file that way. Would be nice to resolve this as it will frustrate newcomers.

Until this is resolved @jpgilchrist I would give this one a try, it installed first time with no issue.

@jpgilchrist
Copy link
Author

@kelvinharron yes I'm already using it, but I was hoping to use the static google maps stuff that this one provides.

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

No branches or pull requests

2 participants