Upgrade image_picker

pull/37/head^2
singerdmx 4 years ago
parent 0bae977188
commit ff3563ea6e
  1. 5
      CHANGELOG.md
  2. 2
      app/pubspec.lock
  3. 2
      pubspec.lock
  4. 4
      pubspec.yaml

@ -78,4 +78,7 @@
* Support display local image besides network image. * Support display local image besides network image.
## [0.2.8] ## [0.2.8]
* Support display local image besides network image in stable branch. * Support display local image besides network image in stable branch.
## [0.2.9]
* Update TextInputConfiguration autocorrect to true.

@ -103,7 +103,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.2.8" version: "0.2.9"
flutter_test: flutter_test:
dependency: "direct dev" dependency: "direct dev"
description: flutter description: flutter

@ -127,7 +127,7 @@ packages:
name: image_picker name: image_picker
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.6.7+17" version: "0.6.7+22"
image_picker_platform_interface: image_picker_platform_interface:
dependency: transitive dependency: transitive
description: description:

@ -1,6 +1,6 @@
name: flutter_quill name: flutter_quill
description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App. description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App.
version: 0.2.8 version: 0.2.9
#author: bulletjournal #author: bulletjournal
homepage: https://bulletjournal.us/home/index.html homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill.git repository: https://github.com/singerdmx/flutter-quill.git
@ -18,7 +18,7 @@ dependencies:
tuple: ^1.0.3 tuple: ^1.0.3
url_launcher: ^5.7.10 url_launcher: ^5.7.10
flutter_colorpicker: ^0.3.4 flutter_colorpicker: ^0.3.4
image_picker: ^0.6.7+17 image_picker: ^0.6.7+22
photo_view: ^0.10.3 photo_view: ^0.10.3
universal_html: ^1.2.1 universal_html: ^1.2.1

Loading…
Cancel
Save