Skip to content

Commit a8b0d32

Browse files
committed
chore: replace USB Serial library with version from pub.dev
1 parent 2e56f68 commit a8b0d32

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

pubspec.lock

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,12 +1029,11 @@ packages:
10291029
usb_serial:
10301030
dependency: "direct main"
10311031
description:
1032-
path: "."
1033-
ref: master
1034-
resolved-ref: ba7892bca3b8bf7725af92c6cc58279659c2a2bc
1035-
url: "https://github.com/AsCress/usbserial.git"
1036-
source: git
1037-
version: "0.5.1"
1032+
name: usb_serial
1033+
sha256: a605a600e34e7f28d4e80851ca3999ef747e42e406138887b8a88b8c382a8b07
1034+
url: "https://pub.dev"
1035+
source: hosted
1036+
version: "0.5.2"
10381037
uuid:
10391038
dependency: transitive
10401039
description:
@@ -1165,4 +1164,4 @@ packages:
11651164
version: "3.1.3"
11661165
sdks:
11671166
dart: ">=3.9.0 <4.0.0"
1168-
flutter: ">=3.35.3"
1167+
flutter: ">=3.35.4"

pubspec.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ dependencies:
4242
google_fonts: ^6.3.1
4343
fl_chart: ^1.1.0
4444
provider: ^6.1.5
45-
usb_serial:
46-
git:
47-
url: https://github.com/AsCress/usbserial.git
48-
ref: master
45+
usb_serial: ^0.5.0
4946
get_it: ^8.2.0
5047
flutter_audio_capture:
5148
git:

0 commit comments

Comments
 (0)