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
11 changes: 6 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -705,12 +705,13 @@ packages:
source: hosted
version: "1.0.5"
irondash_engine_context:
dependency: transitive
dependency: "direct overridden"
description:
name: irondash_engine_context
sha256: "2bb0bc13dfda9f5aaef8dde06ecc5feb1379f5bb387d59716d799554f3f305d7"
url: "https://pub.dev"
source: hosted
path: "engine_context/dart"
ref: "220bd911fae213282932b964322f9cc4c274f649"
resolved-ref: "220bd911fae213282932b964322f9cc4c274f649"
url: "https://github.com/orestesgaolin/irondash.git"
source: git
version: "0.5.5"
irondash_message_channel:
dependency: transitive
Expand Down
6 changes: 6 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ dependencies:
dependency_overrides:
device_info_plus: '>=11.0.0 <12.0.0'

irondash_engine_context:
git:
url: https://github.com/orestesgaolin/irondash.git
ref: 220bd911fae213282932b964322f9cc4c274f649
path: engine_context/dart


dev_dependencies:
# dart run build_runner watch --delete-conflicting-outputs
Expand Down
Loading