From d26b24d89b6f6eb2f0965eabca69259bf0fdc7a5 Mon Sep 17 00:00:00 2001 From: X Code Date: Wed, 20 Jul 2022 21:52:46 -0700 Subject: [PATCH] Upgrade to 5.0.5 --- CHANGELOG.md | 3 +++ example/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc8b6df3..1a79a4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [5.0.5] +* Upgrade device_info_plus to 4.0.0. + # [5.0.4] * Added onVideoInit callback for video documents. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 4cd5c9b4..91d25f0c 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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: ../ diff --git a/pubspec.yaml b/pubspec.yaml index 830c86e5..8f8345f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: