This commit is contained in:
parent
e0973735d8
commit
64470222ca
3 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/cirruslabs/flutter:3.16.8
|
image: ghcr.io/cirruslabs/flutter:3.16.9
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare requirements
|
- name: Prepare requirements
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -221,10 +221,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: dynamic_color
|
name: dynamic_color
|
||||||
sha256: "8b8bd1d798bd393e11eddeaa8ae95b12ff028bf7d5998fc5d003488cd5f4ce2f"
|
sha256: a866f1f8947bfdaf674d7928e769eac7230388a2e7a2542824fad4bb5b87be3b
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.6.8"
|
version: "1.6.9"
|
||||||
expandable:
|
expandable:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -39,7 +39,7 @@ dependencies:
|
||||||
permission_handler: ^11.2.0
|
permission_handler: ^11.2.0
|
||||||
package_info_plus: 5.0.1
|
package_info_plus: 5.0.1
|
||||||
json_annotation: 4.8.1
|
json_annotation: 4.8.1
|
||||||
dynamic_color: 1.6.8
|
dynamic_color: 1.6.9
|
||||||
intl: 0.18.1
|
intl: 0.18.1
|
||||||
path: 1.8.3
|
path: 1.8.3
|
||||||
flutter_sharing_intent: 1.1.0
|
flutter_sharing_intent: 1.1.0
|
||||||
|
|
Loading…
Reference in a new issue