Upgrade to 5.0.5

pull/882/head
X Code 3 years ago
parent cf5bc2292f
commit d26b24d89b
  1. 3
      CHANGELOG.md
  2. 2
      example/pubspec.yaml
  3. 4
      pubspec.yaml

@ -1,3 +1,6 @@
# [5.0.5]
* Upgrade device_info_plus to 4.0.0.
# [5.0.4]
* Added onVideoInit callback for video documents.

@ -30,7 +30,7 @@ dependencies:
cupertino_icons: ^1.0.4
path_provider: ^2.0.9
filesystem_picker: ^2.0.0
file_picker: ^4.5.1
file_picker: ^4.6.1
flutter_quill:
path: ../

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 5.0.4
version: 5.0.5
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill
@ -28,7 +28,7 @@ dependencies:
diff_match_patch: ^0.4.1
i18n_extension: ^5.0.0
gallery_saver: ^2.3.2
device_info_plus: ^3.2.3
device_info_plus: ^4.0.0
platform: ^3.1.0
dev_dependencies:

Loading…
Cancel
Save