Skip to content

Commit

Permalink
Update pubspec, README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed Jul 11, 2024
1 parent 939129e commit c372898
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
9 changes: 9 additions & 0 deletions packages/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.1.7

* Update webview_flutter_lwe to 0.3.X.
* Update google_maps_flutter to 2.7.0.
* Update google_maps_flutter_platform_interface to 2.7.0.
* Update example code.
* Supports BitmapDescriptor.asset/bytes.
* Supports byte type marker icons.

## 0.1.6

* Fix new lint warnings.
Expand Down
10 changes: 8 additions & 2 deletions packages/google_maps_flutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ This package is not an _endorsed_ implementation of `google_maps_flutter`. There

```yaml
dependencies:
google_maps_flutter: ^2.1.7
google_maps_flutter_tizen: ^0.1.6
google_maps_flutter: ^2.7.0
google_maps_flutter_tizen: ^0.1.7
```
For detailed usage, see https://pub.dev/packages/google_maps_flutter#sample-usage.
Expand All @@ -31,3 +31,9 @@ In addition, you need a Maps JavaScript API Key to use this plugin. You can get
```js
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY">
```

## Limitations

- This plugin was implemented using the [Google JavaScript API](https://developers.google.com/maps/documentation/javascript/overview).
The Marker feature uses the [Legacy API](https://developers.google.com/maps/documentation/javascript/markers). Depending on the Deprecate plan of the JavaScript API, some parts may not work.
- The [marker clustering feature](https://pub.dev/packages/google_maps_flutter_platform_interface/changelog#260) is not yet supported.
4 changes: 2 additions & 2 deletions packages/google_maps_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
dependencies:
flutter:
sdk: flutter
google_maps_flutter: ^2.1.7
google_maps_flutter_platform_interface: ^2.1.2
google_maps_flutter: ^2.7.0
google_maps_flutter_platform_interface: ^2.7.0
google_maps_flutter_tizen:
path: ../

Expand Down
6 changes: 3 additions & 3 deletions packages/google_maps_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_maps_flutter_tizen
description: Tizen implementation of the google_maps_flutter plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/google_maps_flutter
version: 0.1.6
version: 0.1.7

environment:
sdk: ">=3.1.0 <4.0.0"
Expand All @@ -17,7 +17,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
google_maps_flutter_platform_interface: ^2.1.2
google_maps_flutter_platform_interface: ^2.7.0
stream_transform: ^2.0.0
webview_flutter: ^4.4.2
webview_flutter_lwe: ^0.3.1
webview_flutter_lwe: ^0.3.2

0 comments on commit c372898

Please sign in to comment.