Skip to content

Commit

Permalink
chore: update device_info_plus (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Mar 25, 2024
1 parent 7ff5daa commit 6737ff2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions super_clipboard/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ packages:
dependency: transitive
description:
name: device_info_plus
sha256: "86add5ef97215562d2e090535b0a16f197902b10c369c558a100e74ea06e8659"
sha256: "50fb435ed30c6d2525cbfaaa0f46851ea6131315f213c0d921b0e407b34e3b84"
url: "https://pub.dev"
source: hosted
version: "9.0.3"
version: "10.0.1"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -364,5 +364,5 @@ packages:
source: hosted
version: "1.1.1"
sdks:
dart: ">=3.3.0-76.0.dev <4.0.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.3.0"
6 changes: 3 additions & 3 deletions super_context_menu/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ packages:
dependency: transitive
description:
name: device_info_plus
sha256: "86add5ef97215562d2e090535b0a16f197902b10c369c558a100e74ea06e8659"
sha256: "50fb435ed30c6d2525cbfaaa0f46851ea6131315f213c0d921b0e407b34e3b84"
url: "https://pub.dev"
source: hosted
version: "9.0.3"
version: "10.0.1"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -354,5 +354,5 @@ packages:
source: hosted
version: "1.1.1"
sdks:
dart: ">=3.3.0-76.0.dev <4.0.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.3.0"
2 changes: 1 addition & 1 deletion super_context_menu/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
super_native_extensions: ^0.8.9
collection: ^1.16.0
device_info_plus: ^9.0.2
device_info_plus: ^10.0.1
pixel_snap: ^0.1.1

dev_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions super_drag_and_drop/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ packages:
dependency: transitive
description:
name: device_info_plus
sha256: "86add5ef97215562d2e090535b0a16f197902b10c369c558a100e74ea06e8659"
sha256: "50fb435ed30c6d2525cbfaaa0f46851ea6131315f213c0d921b0e407b34e3b84"
url: "https://pub.dev"
source: hosted
version: "9.0.3"
version: "10.0.1"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -393,5 +393,5 @@ packages:
source: hosted
version: "1.1.1"
sdks:
dart: ">=3.3.0-76.0.dev <4.0.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.3.0"
6 changes: 3 additions & 3 deletions super_keyboard_layout/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ packages:
dependency: transitive
description:
name: device_info_plus
sha256: "86add5ef97215562d2e090535b0a16f197902b10c369c558a100e74ea06e8659"
sha256: "50fb435ed30c6d2525cbfaaa0f46851ea6131315f213c0d921b0e407b34e3b84"
url: "https://pub.dev"
source: hosted
version: "9.0.3"
version: "10.0.1"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -348,5 +348,5 @@ packages:
source: hosted
version: "1.1.1"
sdks:
dart: ">=3.3.0-76.0.dev <4.0.0"
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.3.0"
2 changes: 1 addition & 1 deletion super_native_extensions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
uuid: ^4.1.0
irondash_engine_context: ^0.5.2
irondash_message_channel: ^0.6.0
device_info_plus: ^9.0.2
device_info_plus: ^10.0.1
pixel_snap: ^0.1.2
web: 0.5.0

Expand Down

0 comments on commit 6737ff2

Please sign in to comment.