@ -199,9 +199,6 @@ class QuillImageUtilities {
final images = <String>[];
for (final item in document.toDelta().toJson()) {
if (item is! Map) {
return [];
}
if (!item.containsKey(Operation.insertKey)) {
@ -35,7 +35,7 @@ dependencies:
universal_html: ^2.2.4
cross_file: ^0.3.3+6
flutter_quill: ^9.2.1
flutter_quill: ^9.2.10
photo_view: ^0.14.0
# Plugins
@ -43,7 +43,7 @@ dependencies:
youtube_player_flutter: ^8.1.2
url_launcher: ^6.2.1
super_clipboard: ^0.8.4
gal: ^2.2.0
gal: ^2.2.2
gal_linux: ^0.0.1
image_picker: ^1.0.4
@ -143,8 +143,6 @@ class QuillToolbarLinkStyleButtonState
Future<void> _openLinkDialog(BuildContext context) async {
// TODO: Add a custom call back to customize this just like in the search dialog
// button
final value = await showDialog<_TextLink>(
context: context,
barrierColor: dialogBarrierColor,