Skip to content
Open
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
52 changes: 50 additions & 2 deletions mobile-app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.5"
irondash_engine_context:
dependency: transitive
description:
name: irondash_engine_context
sha256: "2bb0bc13dfda9f5aaef8dde06ecc5feb1379f5bb387d59716d799554f3f305d7"
url: "https://pub.dev"
source: hosted
version: "0.5.5"
irondash_message_channel:
dependency: transitive
description:
name: irondash_message_channel
sha256: b4101669776509c76133b8917ab8cfc704d3ad92a8c450b92934dd8884a2f060
url: "https://pub.dev"
source: hosted
version: "0.7.0"
jiffy:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1312,10 +1328,10 @@ packages:
dependency: "direct main"
description:
name: phone_ide
sha256: "6d30607fb42f1df40d95be3fa062715c80ca2731a4254dcf1394c114258690b5"
sha256: b5d76e9f44de06d8a6cf83671736508b5f1dd2045d3f923c6b0a55a7609a498b
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "3.0.0"
photo_view:
dependency: "direct main"
description:
Expand All @@ -1324,6 +1340,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.15.0"
pixel_snap:
dependency: transitive
description:
name: pixel_snap
sha256: "677410ea37b07cd37ecb6d5e6c0d8d7615a7cf3bd92ba406fd1ac57e937d1fb0"
url: "https://pub.dev"
source: hosted
version: "0.1.5"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -1681,6 +1705,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.4.1"
super_clipboard:
dependency: transitive
description:
name: super_clipboard
sha256: e73f3bb7e66cc9260efa1dc507f979138e7e106c3521e2dda2d0311f6d728a16
url: "https://pub.dev"
source: hosted
version: "0.9.1"
super_native_extensions:
dependency: transitive
description:
name: super_native_extensions
sha256: b9611dcb68f1047d6f3ef11af25e4e68a21b1a705bbcc3eb8cb4e9f5c3148569
url: "https://pub.dev"
source: hosted
version: "0.9.1"
sync_http:
dependency: transitive
description:
Expand All @@ -1697,6 +1737,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.3.1"
syntax_highlight:
dependency: transitive
description:
name: syntax_highlight
sha256: "4d3ba40658cadba6ba55d697f29f00b43538ebb6eb4a0ca0e895c568eaced138"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion mobile-app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
just_audio: 0.10.4
path: 1.9.1
path_provider: 2.1.5
phone_ide: 2.0.1
phone_ide: 3.0.0
photo_view: 0.15.0
pretty_dio_logger: 1.4.0
quick_actions: 1.1.0
Expand Down
Loading