apptreesoftware / flutter_google_map_view

A flutter plugin for Google Maps
MIT License
415 stars 189 forks source link

not working after update my flutter to 2.0 #114

Open sudipta213 opened 6 years ago

sudipta213 commented 6 years ago

error in get package

andreagr commented 6 years ago

Same

MathieuAuclair commented 6 years ago

Does this fix your problem?

As a temporary fix, clone this repository in your project, then go edit this in your pubspec.yml.

map_view:
  path: ./path/to/the/cloned/repository

then run flutter packages get, there should be no more error

this problem is addressed here: https://github.com/apptreesoftware/flutter_google_map_view/pull/115

hojabbr commented 6 years ago

@MathieuAuclair

Could not find a file named "pubspec.yaml" in "./packages/flutter_google_map_view-master/lib/dependencies/uri.dart".

The directory is empty.

MathieuAuclair commented 6 years ago

@hojjabr

Sorry this is my bad, I just fixed it!

dbbd59 commented 6 years ago

Same,

Flutter 0.6.0 • channel beta • https://github.com/flutter/flutter.git Framework • revision 9299c02cf7 (3 weeks ago) • 2018-08-16 00:35:12 +0200 Engine • revision e3687f70c7 Tools • Dart 2.1.0-dev.0.0.flutter-be6309690f

thanks anyway for your work.

elricym commented 6 years ago

Map_view is depending on uri 0.11.1 which is outdated. Someone should upgrade the dependencies immediately.