From 1b6a24fd9a488989f85e579a274e8e41da203f15 Mon Sep 17 00:00:00 2001 From: 6y Date: Thu, 9 Nov 2023 23:26:02 +0800 Subject: [PATCH] version 8.0.2 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f8a30..ae55997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.0.2] - Fix Bug + +* Fix LateInitializationError when requesting permission (#92) + ## [8.0.1] - Fix Bug * Fix performance issue (#91) diff --git a/example/pubspec.lock b/example/pubspec.lock index 725284f..3c166dd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "8.0.1" + version: "8.0.2" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 0b02b3b..4511846 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_map_location_marker description: A flutter map plugin for displaying device current location. -version: 8.0.1 +version: 8.0.2 repository: https://github.com/tlserver/flutter_map_location_marker platforms: android: