Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -984,26 +984,26 @@ packages:
dependency: "direct main"
description:
name: record
sha256: d28ec249ee4af6753a68a7a5077d6a2eee71e38dc61a241724aded53263274ba
sha256: "82539d1372e23cf51375fdfcba084f39912bcbf9a953b75d56596691f8f11c0f"
url: "https://pub.dev"
source: hosted
version: "7.1.0"
version: "7.1.1"
record_android:
dependency: transitive
description:
name: record_android
sha256: "6722be803d8b2a0945112d69cfbda1391970c5cff2cb53c16afd307a6b7ef0c4"
sha256: "28f1108626a190e249b01ffa9f639070e31e5157474b64a5ae380bf36aec9559"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "2.1.2"
record_ios:
dependency: transitive
description:
name: record_ios
sha256: de6f660b02c2a909c963d5c3c929fdf100b03cea9e5552599d0e5ae1b7d1a89d
sha256: "21d189f49a598af4697dac4cc9e48389ac0a1fb3e916622b5504a58d9b96313e"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.1"
record_linux:
dependency: transitive
description:
Expand All @@ -1016,10 +1016,10 @@ packages:
dependency: transitive
description:
name: record_macos
sha256: "9c29a7efdace0662db2aa7284873d49f8b48992432db3b5f0d38cbe2da8eecde"
sha256: ced7495abf3d683e8a7dbe8fc96df8ea5722837a26f922b7cb7c5de11661bb46
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.1"
record_platform_interface:
dependency: transitive
description:
Expand All @@ -1032,18 +1032,18 @@ packages:
dependency: transitive
description:
name: record_web
sha256: "9d2d43162afff63d8608eb09c2982b9c6898dd8fbf5b05395ca7d08305b6db40"
sha256: "7d75ed681b5bf40c3a9b51b6c105fe53705f752284d859d5f030ab5a2bfd49cf"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.1"
record_windows:
dependency: transitive
description:
name: record_windows
sha256: a1db1c0b996acd4161a93cc412b81a2a09a4fd7161c6353f32bf97683003b52f
sha256: "39ca03e7ae4df5e2512bc3c92b0ef9a7b148d9295ae8ac92df6beb4daf939d94"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.2.0"
retry:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
url: https://github.com/marcnause/usbserial.git
ref: master
get_it: ^9.2.1
record: ^7.1.0
record: ^7.1.1
data: ^0.15.1
logger: ^2.7.0
url_launcher: ^6.3.2
Expand Down
Loading