Skip to content

Commit 7d3106f

Browse files
committed
feat: updated README.md
1 parent 67fac6c commit 7d3106f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.5+1] - 25/10/2022
2+
3+
* Updated README.md
4+
15
## [1.0.5] - 25/10/2022
26

37
* BREAKING: `MarkerIconInfo` inputs are now non-nullable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import GoogleMaps
8484
}
8585
}
8686
```
87-
### Web
87+
### Web (This package is a wrapper around the `google_maps_flutter` package. If that package supports web, this package will also support web.)
8888

8989
Modify web/index.html
9090

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ packages:
108108
path: ".."
109109
relative: true
110110
source: path
111-
version: "1.0.5"
111+
version: "1.0.5+1"
112112
http_parser:
113113
dependency: transitive
114114
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: google_maps_widget
22
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.
3-
version: 1.0.5
3+
version: 1.0.5+1
44
homepage: https://github.com/rithik-dev/google_maps_widget
55

66
environment:

0 commit comments

Comments
 (0)