Browse Source

Merge pull request #64 from khoren93/dependabot/pub/example/image-3.3.0

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

2
example/pubspec.lock

@ -176,7 +176,7 @@ packages:
name: image name: image
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.2.2" version: "3.3.0"
image_picker: image_picker:
dependency: "direct main" dependency: "direct main"
description: description:

2
example/pubspec.yaml

@ -12,7 +12,7 @@ dependencies:
flutter_zxing: flutter_zxing:
path: ../ path: ../
font_awesome_flutter: ^10.3.0 font_awesome_flutter: ^10.3.0
image: ^3.2.2 image: ^3.3.0
image_picker: ^0.8.6 image_picker: ^0.8.6
dev_dependencies: dev_dependencies:

Loading…
Cancel
Save