From db41c8c508873adb8d5daa73d900c742e1abf27f Mon Sep 17 00:00:00 2001 From: Ellet Date: Tue, 5 Dec 2023 07:04:47 +0300 Subject: [PATCH] Fix analysis warrnings --- flutter_quill_extensions/CHANGELOG.md | 3 ++- .../lib/embeds/image/editor/image_menu.dart | 1 - flutter_quill_extensions/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index f20ac864..5cf7f280 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -2,12 +2,13 @@ All notable changes to this project will be documented in this file. -## 0.8.0 +## 0.8.0-dev * **Breaking Change**: Completly change the way how the source code structured to more basic and simple way, organize folders and file names, if you use the library from `flutter_quill_extensions.dart` then there is nothing you need to do, but if you are using any other import then you need to re-imports embed, this won't affect how quill js work * Improvemenets to the image embed * Add support for `margin` for web +* Add untranslated strings to the `quill_en.arb` ## 0.7.2 * Fix a bug when opening the link dialog for both video and image buttons diff --git a/flutter_quill_extensions/lib/embeds/image/editor/image_menu.dart b/flutter_quill_extensions/lib/embeds/image/editor/image_menu.dart index cd41541c..27c83ece 100644 --- a/flutter_quill_extensions/lib/embeds/image/editor/image_menu.dart +++ b/flutter_quill_extensions/lib/embeds/image/editor/image_menu.dart @@ -1,6 +1,5 @@ import 'package:flutter/cupertino.dart' show showCupertinoModalPopup; import 'package:flutter/material.dart'; -import 'package:flutter_quill/extensions.dart' show isMobile; import 'package:flutter_quill/flutter_quill.dart' show ImageUrl, diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index f15e8f79..254d628a 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill_extensions description: Embed extensions for flutter_quill including image, video, formula and etc. -version: 0.8.0 +version: 0.8.0-dev homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/ repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/ issue_tracker: https://github.com/singerdmx/flutter-quill/issues/