From 262134e5d24aa676988465a4b3355b65e5ccca0f Mon Sep 17 00:00:00 2001 From: Michal Misiaszek Date: Thu, 11 May 2023 23:08:24 -0700 Subject: [PATCH] Updated CHANGELOG and pubspec.yaml. --- CHANGELOG.md | 2 ++ lib/src/widgets/delegate.dart | 4 +--- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b9b977..5a82f0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# [7.1.18] +- Fixed issues related Flutter update. # [7.1.17] - Updates `device_info_plus` to version 9.0.0 to benefit from AGP 8 (see [changelog#900](https://pub.dev/packages/device_info_plus/changelog#900)). diff --git a/lib/src/widgets/delegate.dart b/lib/src/widgets/delegate.dart index 988473bd..112e8b19 100644 --- a/lib/src/widgets/delegate.dart +++ b/lib/src/widgets/delegate.dart @@ -311,9 +311,7 @@ class EditorTextSelectionGestureDetectorBuilder { /// * [EditorTextSelectionGestureDetector.onDragSelectionUpdate], /// which triggers this callback./lib/src/material/text_field.dart @protected - void onDragSelectionUpdate( - //DragStartDetails startDetails, - DragUpdateDetails updateDetails) { + void onDragSelectionUpdate(DragUpdateDetails updateDetails) { renderEditor!.extendSelection(updateDetails.globalPosition, cause: SelectionChangedCause.drag); } diff --git a/pubspec.yaml b/pubspec.yaml index 0a369e47..3a902eab 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: 7.1.17+1 +version: 7.1.18+1 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill