Skip to content

Commit

Permalink
feat: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rithik-dev committed Oct 25, 2022
1 parent 67fac6c commit 7d3106f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.5+1] - 25/10/2022

* Updated README.md

## [1.0.5] - 25/10/2022

* BREAKING: `MarkerIconInfo` inputs are now non-nullable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ import GoogleMaps
}
}
```
### Web
### Web (This package is a wrapper around the `google_maps_flutter` package. If that package supports web, this package will also support web.)

Modify web/index.html

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.5"
version: "1.0.5+1"
http_parser:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: google_maps_widget
description: A Flutter package which can be used to make polylines(route) from a source to a destination, and also handle a driver's realtime location (if any) on the map.
version: 1.0.5
version: 1.0.5+1
homepage: https://github.com/rithik-dev/google_maps_widget

environment:
Expand Down

0 comments on commit 7d3106f

Please sign in to comment.