Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: core commands getting stuck due to missing UrpImpCommandWrapper … #9

Merged
merged 1 commit into from
Jan 10, 2025
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
12 changes: 6 additions & 6 deletions example/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,18 +328,18 @@ packages:
dependency: "direct main"
description:
name: mtrust_urp_ble_strategy
sha256: d872e089ce05b7c10bd4a3884efa734f3e29695d3c6111b46fa7b8acc083cc44
sha256: f9a326268a34912ecfc5b48653adefb07cb9b1fe72d2498c2aecb2600ae7ca2d
url: "https://pub.dev"
source: hosted
version: "8.0.1"
version: "9.0.0-0"
mtrust_urp_core:
dependency: transitive
description:
name: mtrust_urp_core
sha256: bc8d19183262e0d52c1139b3cb8a369594687876f5365a2106efa0cad082b286
sha256: a118fe7b2373e00ab437d4b94e2287bff4a47386ced16888ccaaf5b1b80517c9
url: "https://pub.dev"
source: hosted
version: "8.0.1"
version: "9.0.0-0"
mtrust_urp_types:
dependency: transitive
description:
Expand All @@ -352,10 +352,10 @@ packages:
dependency: transitive
description:
name: mtrust_urp_ui
sha256: "7032a751b6edee69143e8feab69eedf7f942acb7ee51714e982ed9b673fcb4eb"
sha256: "411e9a21d80403cce29e3b5b0394de85a644034dd1cd2a5ea0d0cc6d7a9c09a9"
url: "https://pub.dev"
source: hosted
version: "8.0.1"
version: "9.0.0-0"
multi_split_view:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
sdk: flutter
mtrust_imp_kit:
path: ../../
mtrust_urp_ble_strategy: ^8.0.1
mtrust_urp_ble_strategy: ^9.0.0-0
liquid_flutter: ^15.3.2

dev_dependencies:
Expand Down
12 changes: 6 additions & 6 deletions example/example_advanced/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,18 +328,18 @@ packages:
dependency: "direct main"
description:
name: mtrust_urp_ble_strategy
sha256: d872e089ce05b7c10bd4a3884efa734f3e29695d3c6111b46fa7b8acc083cc44
sha256: f9a326268a34912ecfc5b48653adefb07cb9b1fe72d2498c2aecb2600ae7ca2d
url: "https://pub.dev"
source: hosted
version: "8.0.1"
version: "9.0.0-0"
mtrust_urp_core:
dependency: transitive
description:
name: mtrust_urp_core
sha256: bc8d19183262e0d52c1139b3cb8a369594687876f5365a2106efa0cad082b286
sha256: a118fe7b2373e00ab437d4b94e2287bff4a47386ced16888ccaaf5b1b80517c9
url: "https://pub.dev"
source: hosted
version: "8.0.1"
version: "9.0.0-0"
mtrust_urp_types:
dependency: transitive
description:
Expand All @@ -352,10 +352,10 @@ packages:
dependency: transitive
description:
name: mtrust_urp_ui
sha256: "7032a751b6edee69143e8feab69eedf7f942acb7ee51714e982ed9b673fcb4eb"
sha256: "411e9a21d80403cce29e3b5b0394de85a644034dd1cd2a5ea0d0cc6d7a9c09a9"
url: "https://pub.dev"
source: hosted
version: "8.0.1"
version: "9.0.0-0"
multi_split_view:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/example_advanced/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
sdk: flutter
mtrust_imp_kit:
path: ../../
mtrust_urp_ble_strategy: ^8.0.1
mtrust_urp_ble_strategy: ^9.0.0-0

dev_dependencies:
flutter_test:
Expand Down
Loading
Loading