Skip to content

Commit 60b105e

Browse files
Upgrade to 7.3.2
1 parent 3263e7f commit 60b105e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# [7.3.2]
2+
- Added builder for custom button in _LinkDialog.
3+
14
# [7.3.1]
25
- Added case sensitive and whole word search parameters.
36
- Added wrap around.

lib/src/widgets/toolbar.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
159159

160160
/// Validate the legitimacy of hyperlinks
161161
RegExp? linkRegExp,
162-
163162
LinkDialogAction? linkDialogAction,
164-
165163
Key? key,
166164
}) {
167165
final isButtonGroupShown = [

lib/src/widgets/toolbar/link_style_button.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class _LinkDialogState extends State<_LinkDialog> {
226226
);
227227
}
228228

229-
Widget _okButton() {
229+
Widget _okButton() {
230230
if (widget.action != null) {
231231
return widget.action!.builder(_canPress(), _applyLink);
232232
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill
22
description: A rich text editor built for the modern Android, iOS, web and desktop platforms. It is the WYSIWYG editor and a Quill component for Flutter.
3-
version: 7.3.1
3+
version: 7.3.2
44
homepage: https://bulletjournal.us/home/index.html
55
repository: https://github.com/singerdmx/flutter-quill
66

0 commit comments

Comments
 (0)