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.
## [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: ".."
relative: true
source: path
version: "0.2.8"
version: "0.2.9"
flutter_test:
dependency: "direct dev"
description: flutter

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

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

Loading…
Cancel
Save