From 5b6a2ec0bff5b752cf0af25ff1371dad4638f30b Mon Sep 17 00:00:00 2001 From: Jacques Date: Wed, 1 Nov 2023 15:33:13 +0100 Subject: [PATCH 1/2] fix: Added web part that explains what to do to resolve the error. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 88cb659..54f5352 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,19 @@ import GoogleMaps } } ``` + +### WEB +Add the following code in the 'head' of 'web/index.html': + +```html + + + + + + +``` + ## Usage From c9d3736f0c6cbb33730ec2e6411dbf969732bdaf Mon Sep 17 00:00:00 2001 From: Jacques Date: Wed, 1 Nov 2023 15:50:08 +0100 Subject: [PATCH 2/2] fix: Update CHANGELOG and bumped version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524d37d..d40c7ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +2.0.1 + * Fix: Updated the README.md to show how to properly set up the index.html for use in web + 1.1.0 * Feature: Optional parameter `retrieveDirections` to disable directions api calls * Fix: Issue with json conversion google map theme. diff --git a/pubspec.yaml b/pubspec.yaml index 18935b6..aa597e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_google_track_and_trace description: An Iconica Flutter plugin for Track & Trace Package -version: 2.0.0 +version: 2.0.1 environment: sdk: ">=2.14.0 <3.0.0"