From 5b4535d5dccdfc928b9541dd0b651b7e44f3fda1 Mon Sep 17 00:00:00 2001 From: just_stuff_tm <133525672+just-stuff-tm@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:45:58 -0500 Subject: [PATCH] update flserial dependency reference from main to master --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 8252178..3656e1f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -41,7 +41,7 @@ dependencies: flserial: git: url: https://github.com/MeshEnvy/flserial.git - ref: main + ref: master provider: ^6.1.5+1 shared_preferences: ^2.2.2 uuid: ^4.3.3 @@ -147,4 +147,4 @@ build_pipe: build_command: flutter build web --release --pwa-strategy=none # Strongly recommended: disables the default service worker which often causes more cache headaches add_version_query_param: true - # This is the key flag! It appends ?v= to bootstrap/JS files \ No newline at end of file + # This is the key flag! It appends ?v= to bootstrap/JS files