From 51aae46e511f603d741ed24a50cdf566fc690fd2 Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:03:04 +0300 Subject: [PATCH] Update pubspec.yaml --- flutter_quill_extensions/pubspec.yaml | 4 +--- lib/src/widgets/toolbar/link_style_button.dart | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 2ec76a9a..df2c5739 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -12,9 +12,7 @@ dependencies: flutter: sdk: flutter - # flutter_quill: ^7.4.14 - flutter_quill: - path: /Users/ahmedhnewa/development/playground/framework_based/flutter/flutter-quill + flutter_quill: ^7.4.14 http: ^1.1.0 image_picker: ">=1.0.4" diff --git a/lib/src/widgets/toolbar/link_style_button.dart b/lib/src/widgets/toolbar/link_style_button.dart index cd9471c4..11bf6657 100644 --- a/lib/src/widgets/toolbar/link_style_button.dart +++ b/lib/src/widgets/toolbar/link_style_button.dart @@ -1,5 +1,4 @@ import 'package:flutter/material.dart'; -import 'package:flutter/services.dart'; import '../../models/documents/attribute.dart'; import '../../models/rules/insert.dart';