Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 07e37f5

Browse files
[google_maps_flutter] Bump app-facing version for NNBD stable (#3623)
1 parent 3b42025 commit 07e37f5

File tree

3 files changed

+11
-54
lines changed

3 files changed

+11
-54
lines changed

packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
## 2.0.0-nullsafety.1
2-
3-
* Fix in example app to properly change marker icon.
4-
5-
## 2.0.0-nullsafety
1+
## 2.0.0
62

73
* Migrate to null-safety
84
* BREAKING CHANGE: Passing an unknown map object ID (e.g., MarkerId) to a

packages/google_maps_flutter/google_maps_flutter/example/pubspec.yaml

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ name: google_maps_flutter_example
22
description: Demonstrates how to use the google_maps_flutter plugin.
33

44
environment:
5-
sdk: '>=2.12.0-0 <3.0.0'
5+
sdk: '>=2.12.0-259.9.beta <3.0.0'
66
flutter: ">=1.22.0"
77

88
dependencies:
99
flutter:
1010
sdk: flutter
1111

12-
# The following adds the Cupertino Icons font to your application.
13-
# Use with the CupertinoIcons class for iOS style icons.
1412
cupertino_icons: ^0.1.0
1513
google_maps_flutter:
1614
# When depending on this package from a real application you should use:
@@ -26,46 +24,9 @@ dev_dependencies:
2624
sdk: flutter
2725
integration_test:
2826
path: ../../../integration_test
29-
pedantic: ^1.8.0
27+
pedantic: ^1.10.0
3028

31-
# For information on the generic Dart part of this file, see the
32-
# following page: https://www.dartlang.org/tools/pub/pubspec
33-
34-
# The following section is specific to Flutter.
3529
flutter:
36-
37-
# The following line ensures that the Material Icons font is
38-
# included with your application, so that you can use the icons in
39-
# the material Icons class.
4030
uses-material-design: true
41-
42-
# To add assets to your application, add an assets section, like this:
4331
assets:
4432
- assets/
45-
# - images/a_dot_ham.jpeg
46-
47-
# An image asset can refer to one or more resolution-specific "variants", see
48-
# https://flutter.io/assets-and-images/#resolution-aware.
49-
50-
# For details regarding adding assets from package dependencies, see
51-
# https://flutter.io/assets-and-images/#from-packages
52-
53-
# To add custom fonts to your application, add a fonts section here,
54-
# in this "flutter" section. Each entry in this list should have a
55-
# "family" key with the font family name, and a "fonts" key with a
56-
# list giving the asset and other descriptors for the font. For
57-
# example:
58-
# fonts:
59-
# - family: Schyler
60-
# fonts:
61-
# - asset: fonts/Schyler-Regular.ttf
62-
# - asset: fonts/Schyler-Italic.ttf
63-
# style: italic
64-
# - family: Trajan Pro
65-
# fonts:
66-
# - asset: fonts/TrajanPro.ttf
67-
# - asset: fonts/TrajanPro_Bold.ttf
68-
# weight: 700
69-
#
70-
# For details regarding fonts from package dependencies,
71-
# see https://flutter.io/custom-fonts/#from-packages
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter/google_maps_flutter
4-
version: 2.0.0-nullsafety.1
4+
version: 2.0.0
55

66
dependencies:
77
flutter:
88
sdk: flutter
9-
flutter_plugin_android_lifecycle: ^2.0.0-nullsafety.2
10-
google_maps_flutter_platform_interface: ^2.0.0-nullsafety.1
9+
flutter_plugin_android_lifecycle: ^2.0.0
10+
google_maps_flutter_platform_interface: ^2.0.0
1111

1212
dev_dependencies:
1313
flutter_test:
@@ -17,10 +17,10 @@ dev_dependencies:
1717
# https://github.com/dart-lang/pub/issues/2101 is resolved.
1818
flutter_driver:
1919
sdk: flutter
20-
test: ^1.16.0-nullsafety.17
21-
pedantic: ^1.10.0-nullsafety.3
22-
plugin_platform_interface: ^1.1.0-nullsafety.2
23-
stream_transform: ^2.0.0-nullsafety.0
20+
test: ^1.16.0
21+
pedantic: ^1.10.0
22+
plugin_platform_interface: ">=1.0.0 <3.0.0"
23+
stream_transform: ^2.0.0
2424

2525
flutter:
2626
plugin:
@@ -32,5 +32,5 @@ flutter:
3232
pluginClass: FLTGoogleMapsPlugin
3333

3434
environment:
35-
sdk: '>=2.12.0-0 <3.0.0'
35+
sdk: '>=2.12.0-259.9.beta <3.0.0'
3636
flutter: ">=1.22.0"

0 commit comments

Comments
 (0)