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

Dependencies ako Git reference #37

Merged
merged 6 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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: 0 additions & 12 deletions .github/workflows/android_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ jobs:
with:
path: app

- name: Checkout "eidmsdk_flutter"
uses: actions/checkout@v4
with:
repository: slovensko-digital/eidmsdk-flutter
path: eidmsdk_flutter

- name: Checkout "autogram_sign"
uses: actions/checkout@v4
with:
repository: slovensko-digital/avm-client-dart
path: autogram_sign

- uses: actions/setup-java@v1
with:
java-version: '17.x'
Expand Down
42 changes: 23 additions & 19 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,12 @@ packages:
autogram_sign:
dependency: "direct main"
description:
path: "../autogram_sign"
relative: true
source: path
version: "0.4.1"
path: "."
ref: "v0.4.2"
resolved-ref: "7de5786a8029f29e4a8d1634f323b20fb7897e7e"
url: "https://github.com/slovensko-digital/avm-client-dart"
source: git
version: "0.4.2"
barcode:
dependency: transitive
description:
Expand Down Expand Up @@ -291,9 +293,11 @@ packages:
eidmsdk:
dependency: "direct main"
description:
path: "../eidmsdk_flutter"
relative: true
source: path
path: "."
ref: main
resolved-ref: e7fbc7d41a9cc861219d685c315904f7a63bdc41
url: "https://github.com/slovensko-digital/eidmsdk-flutter"
source: git
version: "0.0.1"
equatable:
dependency: transitive
Expand Down Expand Up @@ -735,10 +739,10 @@ packages:
dependency: "direct main"
description:
name: path_provider
sha256: c9e7d3a4cd1410877472158bee69963a4579f78b68c65a2b7d40d1a7a88bb161
sha256: fec0d61223fba3154d87759e3cc27fe2c8dc498f6386c6d6fc80d1afdd1bf378
url: "https://pub.dev"
source: hosted
version: "2.1.3"
version: "2.1.4"
path_provider_android:
dependency: transitive
description:
Expand Down Expand Up @@ -783,10 +787,10 @@ packages:
dependency: "direct main"
description:
name: pdf
sha256: "81d5522bddc1ef5c28e8f0ee40b71708761753c163e0c93a40df56fd515ea0f0"
sha256: "05df53f8791587402493ac97b9869d3824eccbc77d97855f4545cf72df3cae07"
url: "https://pub.dev"
source: hosted
version: "3.11.0"
version: "3.11.1"
pdf_widget_wrapper:
dependency: transitive
description:
Expand Down Expand Up @@ -879,10 +883,10 @@ packages:
dependency: transitive
description:
name: qs_dart
sha256: bc7ec5dab9b4d92b5404146736f99953d38a68ffe65cafe0ebb6952e20261571
sha256: ba7ba5c18f2f0b9356776b4a4641b1166bfe58d681abae75022bfc42cfdb5d1e
url: "https://pub.dev"
source: hosted
version: "1.2.1"
version: "1.2.2"
recase:
dependency: transitive
description:
Expand Down Expand Up @@ -959,18 +963,18 @@ packages:
dependency: transitive
description:
name: shared_preferences_linux
sha256: "9f2cbcf46d4270ea8be39fa156d86379077c8a5228d9dfdb1164ae0bb93f1faa"
sha256: "2ba0510d3017f91655b7543e9ee46d48619de2a2af38e5c790423f7007c7ccc1"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.4.0"
shared_preferences_platform_interface:
dependency: transitive
description:
name: shared_preferences_platform_interface
sha256: "034650b71e73629ca08a0bd789fd1d83cc63c2d1e405946f7cef7bc37432f93a"
sha256: "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80"
url: "https://pub.dev"
source: hosted
version: "2.4.0"
version: "2.4.1"
shared_preferences_web:
dependency: transitive
description:
Expand All @@ -983,10 +987,10 @@ packages:
dependency: transitive
description:
name: shared_preferences_windows
sha256: "841ad54f3c8381c480d0c9b508b89a34036f512482c407e6df7a9c4aa2ef8f59"
sha256: "398084b47b7f92110683cac45c6dc4aae853db47e470e5ddcd52cab7f7196ab2"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.4.0"
shelf:
dependency: transitive
description:
Expand Down
8 changes: 6 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ dependencies:
flutter_localizations:
sdk: flutter
eidmsdk:
path: ../eidmsdk_flutter
git:
url: https://github.com/slovensko-digital/eidmsdk-flutter
ref: main
autogram_sign:
path: ../autogram_sign
git:
url: https://github.com/slovensko-digital/avm-client-dart
ref: v0.4.2
package_info_plus:
share_plus:
wakelock_plus:
Expand Down