Browse Source

Merge pull request #43 from khoren93/dependabot/pub/example/image-3.2.2

Bump image from 3.2.0 to 3.2.2 in /example
pull/48/head
Khoren Markosyan 2 years ago committed by GitHub
parent
commit
37e4eb8734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      example/pubspec.lock
  2. 2
      example/pubspec.yaml

4
example/pubspec.lock

@ -141,7 +141,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.8.3"
version: "0.8.4"
font_awesome_flutter:
dependency: "direct main"
description:
@ -169,7 +169,7 @@ packages:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
version: "3.2.2"
image_picker:
dependency: "direct main"
description:

2
example/pubspec.yaml

@ -12,7 +12,7 @@ dependencies:
flutter_zxing:
path: ../
font_awesome_flutter: ^10.2.1
image: ^3.2.0
image: ^3.2.2
image_picker: ^0.8.5
dev_dependencies:

Loading…
Cancel
Save