From e5fc97c8ef142c399a5261b376249fb949ecd432 Mon Sep 17 00:00:00 2001 From: Abdul Rauf Date: Thu, 6 Nov 2025 19:11:52 +0500 Subject: [PATCH] Update location package version in README Just updated the package version in the first step of Getting Started section. --- packages/location/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/location/README.md b/packages/location/README.md index 53321148..a949d35d 100644 --- a/packages/location/README.md +++ b/packages/location/README.md @@ -22,7 +22,7 @@ Add this to your package's `pubspec.yaml` file: ```yaml dependencies: - location: ^5.0.0 + location: ^8.0.1 ``` ### Android