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';