From f9b6299620e1098ee67d5d12998b9c1050105e9d Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Tue, 3 Mar 2026 10:25:03 -0800 Subject: [PATCH] gitmodule cleanup --- .gitmodules | 3 --- pubspec.yaml | 9 +++++---- vendor/flserial | 1 - 3 files changed, 5 insertions(+), 8 deletions(-) delete mode 160000 vendor/flserial diff --git a/.gitmodules b/.gitmodules index a47ab4dc..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "vendor/flserial"] - path = vendor/flserial - url = git@github.com:MeshEnvy/flserial.git diff --git a/pubspec.yaml b/pubspec.yaml index d727919a..82521788 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -38,7 +38,10 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 flutter_blue_plus: ^2.1.0 - flserial: ^0.3.5 + flserial: + git: + url: https://github.com/MeshEnvy/flserial.git + ref: main provider: ^6.1.5+1 shared_preferences: ^2.2.2 uuid: ^4.3.3 @@ -131,9 +134,7 @@ flutter_launcher_icons: # For details regarding fonts from package dependencies, # see https://flutter.dev/to/font-from-package -dependency_overrides: - flserial: - path: vendor/flserial + build_pipe: workflows: diff --git a/vendor/flserial b/vendor/flserial deleted file mode 160000 index 48216310..00000000 --- a/vendor/flserial +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 48216310061efc8d5d217cc18014fc2cb501646e