chore: update version to 1.1.0

This commit is contained in:
Joey Boerwinkel 2023-04-11 15:07:24 +02:00
parent f1e30f1a15
commit 555837905c
4 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,7 @@
## 0.0.1
1.1.0
* Feature: Optional parameter `retrieveDirections` to disable directions api calls
* Fix: Issue with json conversion google map theme.
* TODO: Describe initial release.
1.0.2
* Minor fixes

View file

@ -158,7 +158,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.1"
version: "1.1.0"
html:
dependency: transitive
description:
@ -333,5 +333,5 @@ packages:
source: hosted
version: "2.1.4"
sdks:
dart: ">=2.18.0 <4.0.0"
dart: ">=2.18.0 <3.0.0"
flutter: ">=3.0.0"

View file

@ -172,7 +172,6 @@ class _GoogleTrackTraceMapState extends State<GoogleTrackTraceMap> {
if (widget.mapStylingTheme != null) {
ctr.setMapStyle(widget.mapStylingTheme!.getJson()).onError(
(error, stackTrace) async {
print(error);
throw GoogleMapsException(error.toString());
},
);

View file

@ -1,6 +1,6 @@
name: google_track_trace
description: An Iconica Flutter pluginin for Track & Trace Package
version: 1.0.2
version: 1.1.0
environment:
sdk: ">=2.14.0 <3.0.0"