This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[google_maps_flutter] Adds support for holes in polygon overlays to the Google Maps plugin #1721
Merged
Merged
Changes from 56 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
76d56ca
Adds support for holes in polygon overlays to the Google Maps plugin
sanekyy 8826721
Add name and contact info to the AUTHORS file
sanekyy 9252dc4
fix holes generating in example
sanekyy a4eeab5
Merge branch 'master' into polygon_holes
sanekyy 1b26908
merge with upstream/master
sanekyy 01bd55c
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy 69d3889
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy 18137c2
change version to 0.5.19
sanekyy a86e25f
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy e866736
change version to 0.5.20
sanekyy 0d404b4
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy 32ee443
fix format
sanekyy 71c45b5
Merge remote-tracking branch 'upstream/master'
sanekyy 4f24a58
Merge branch 'polygon_holes'
sanekyy 5233c0d
fix format
sanekyy a952a34
Merge remote-tracking branch 'upstream/master'
sanekyy 1faf0d4
Merge branch 'master' into polygon_holes
sanekyy b4ae7bf
Merge remote-tracking branch 'upstream/master'
sanekyy 49d08b3
Merge branch 'master' into polygon_holes
sanekyy b526132
Merge remote-tracking branch 'upstream/master'
sanekyy 2d55631
Merge branch 'master' into polygon_holes
sanekyy 7871f33
Merge remote-tracking branch 'upstream/master'
sanekyy 185f67b
Merge branch 'master' into polygon_holes
sanekyy 14136d5
Merge remote-tracking branch 'upstream/master'
sanekyy 4283ce0
Merge branch 'master' into polygon_holes
sanekyy af1c9b0
add additional documentation about what is a hole
sanekyy 0461f32
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy 13dd5cf
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy c563086
fix polygon compare
sanekyy 2516df5
apply format
sanekyy 38ca9e9
add collection package to dependencies
sanekyy df66101
fix version
sanekyy c515201
fix collection dependency version
sanekyy 47e5f60
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy 6b970c8
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy 1b2c8ef
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy cfd96b6
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy d2c06dc
Update packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md
sanekyy d377276
renaming
sanekyy 17b0e6f
add comment
sanekyy 9f83f73
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy dd9e6e5
Merge remote-tracking branch 'origin/polygon_holes' into polygon_holes
sanekyy 8d3d94f
use explicit return type List<dynamic> instead of dynamic
sanekyy c69d178
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy 0d2a84c
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy aa140a0
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy a603d00
fix issues after merge upstream
sanekyy 1496272
fix serializing, add tests
sanekyy 63cbca9
workaround for success build checks in PR
sanekyy 2a8837d
cleanup
sanekyy fedafd7
bump google_maps_flutter_platform_interface version
sanekyy 33e926e
fix collection package version
sanekyy 4553a61
Merge branch 'master' into polygon_holes
sanekyy 6ef0253
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy f4673a3
Merge remote-tracking branch 'origin/polygon_holes' into polygon_holes
sanekyy b082a41
fix merge issues
sanekyy 9dea297
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy 9802260
remove empty line
sanekyy 7a9b266
1.0.3 -> 1.1.0
sanekyy febcd31
Merge remote-tracking branch 'upstream/master' into polygon_holes
sanekyy a5e6a5c
bump google_maps_flutter_platform_interface version
sanekyy d1480e1
Fix deprecated `FlatButton`
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ import 'package:flutter/foundation.dart'; | |
import 'package:flutter/gestures.dart'; | ||
import 'package:flutter/material.dart'; | ||
import 'package:flutter/services.dart'; | ||
|
||
import 'package:google_maps_flutter_platform_interface/google_maps_flutter_platform_interface.dart'; | ||
import 'package:google_maps_flutter_platform_interface/src/method_channel/method_channel_google_maps_flutter.dart'; | ||
|
||
|
@@ -46,4 +45,5 @@ export 'package:google_maps_flutter_platform_interface/google_maps_flutter_platf | |
ScreenCoordinate; | ||
|
||
part 'src/controller.dart'; | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. revert this empty line There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed |
||
part 'src/google_map.dart'; |
11 changes: 9 additions & 2 deletions
11
packages/google_maps_flutter/google_maps_flutter/pubspec.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
name: google_maps_flutter | ||
description: A Flutter plugin for integrating Google Maps in iOS and Android applications. | ||
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter | ||
version: 0.5.30 | ||
version: 0.5.31 | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
flutter_plugin_android_lifecycle: ^1.0.0 | ||
google_maps_flutter_platform_interface: ^1.0.4 | ||
google_maps_flutter_platform_interface: #^1.0.5 | ||
# workaround for success build checks in PR | ||
git: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can this workaround be removed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed. But now build checks will failed. |
||
url: git://github.com/sanekyy/plugins.git | ||
ref: polygon_holes | ||
path: packages/google_maps_flutter/google_maps_flutter_platform_interface | ||
|
||
|
||
|
||
dev_dependencies: | ||
flutter_test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needing rebase
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done