Skip to content

Commit

Permalink
refactor: remove support to google_maps_flutter
Browse files Browse the repository at this point in the history
Remove support to google_maps_flutter and migrate to https://github.com/Legytma/google_maps_schema_parser.

BREAKING CHANGE: Remove support to google_maps_flutter and migrate implementation to https://github.com/Legytma/google_maps_schema_parser.

Signed-off-by: Alex Manoel Ferreira Silva <alex@legytma.com.br>
  • Loading branch information
Alex Manoel Ferreira Silva committed Jul 28, 2020
1 parent 09fb382 commit aa190c3
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 327 deletions.
23 changes: 1 addition & 22 deletions example/pubspec.lock
Expand Up @@ -167,13 +167,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.1"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.8"
flutter_test:
dependency: "direct dev"
description: flutter
Expand All @@ -193,20 +186,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
google_maps_flutter:
dependency: transitive
description:
name: google_maps_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.28+1"
google_maps_flutter_platform_interface:
dependency: transitive
description:
name: google_maps_flutter_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
html:
dependency: transitive
description:
Expand Down Expand Up @@ -608,4 +587,4 @@ packages:
version: "2.2.1"
sdks:
dart: ">=2.8.0 <3.0.0"
flutter: ">=1.16.3 <2.0.0"
flutter: ">=1.12.13+hotfix.5 <2.0.0"
88 changes: 0 additions & 88 deletions lib/parser/google_map_schema_widget_parser.dart

This file was deleted.

42 changes: 0 additions & 42 deletions lib/parser/type/camera_position_schema_parser.dart

This file was deleted.

40 changes: 0 additions & 40 deletions lib/parser/type/lat_lng_schema_parser.dart

This file was deleted.

49 changes: 0 additions & 49 deletions lib/parser/type/map_type_schema_parser.dart

This file was deleted.

40 changes: 0 additions & 40 deletions lib/schema_parser_initiator.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa190c3

Please sign in to comment.