flutter_google_maps icon indicating copy to clipboard operation
flutter_google_maps copied to clipboard

Update dependencies

Open niklasbartsch opened this issue 3 years ago • 2 comments

Version 0.4.0 is using old dependencies

I'm going to do a pull request with the changes

niklasbartsch avatar Mar 18 '21 10:03 niklasbartsch

Because ... depends on flutter_google_maps ^4.0.0 which depends on uuid ^2.1.0, uuid ^2.1.0 is required.

So, because ... depends on uuid ^3.0.1, version solving failed. pub get failed (1; So, because ... depends on uuid ^3.0.1, version solving failed.)

mnurtay avatar Jun 14 '21 07:06 mnurtay

@mnurtay @niklasbartsch I've created a fork. I plan to maintain this for a while. All the deps have been updated, although there seems to be a JSON decoding error with markers. I will resolve this early next week.

https://pub.dev/packages/crossplatform_google_maps

cosmotek avatar Jul 15 '21 18:07 cosmotek