From 4fccea07186f4959a08eaa889219b347859ef2e8 Mon Sep 17 00:00:00 2001 From: Shreeman Arjun Sahu Date: Sun, 1 Jun 2025 09:24:35 +0530 Subject: [PATCH 1/2] fix: Update Flutter SDK paths and dependencies versions --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 951a157..6adf7e1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,8 +21,8 @@ dependencies: json_annotation: ^4.9.0 logging: ^1.3.0 path_provider: ^2.0.13 - protobuf: ^3.1.0 - window_manager: ^0.4.3 + protobuf: ^4.1.0 + window_manager: ^0.5.0 dev_dependencies: build_runner: ^2.4.14 From e05a57c47dae3797a2ab17f45fa76c1f6eeb7e37 Mon Sep 17 00:00:00 2001 From: Shreeman Arjun Sahu Date: Sun, 1 Jun 2025 09:27:05 +0530 Subject: [PATCH 2/2] chore: Bump version to 1.5.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6adf7e1..f1f14de 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_single_instance description: A simple way to check if your application is already running. -version: 1.5.0 +version: 1.5.1 repository: https://github.com/necodeIT/flutter_single_instance platforms: linux: