Fix analysis warrnings

pull/1564/head
Ellet 1 year ago
parent 4afcbc4236
commit db41c8c508
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 3
      flutter_quill_extensions/CHANGELOG.md
  2. 1
      flutter_quill_extensions/lib/embeds/image/editor/image_menu.dart
  3. 2
      flutter_quill_extensions/pubspec.yaml

@ -2,12 +2,13 @@
All notable changes to this project will be documented in this file. 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 * **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 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 embed, this won't affect how quill js work
* Improvemenets to the image embed * Improvemenets to the image embed
* Add support for `margin` for web * Add support for `margin` for web
* Add untranslated strings to the `quill_en.arb`
## 0.7.2 ## 0.7.2
* Fix a bug when opening the link dialog for both video and image buttons * Fix a bug when opening the link dialog for both video and image buttons

@ -1,6 +1,5 @@
import 'package:flutter/cupertino.dart' show showCupertinoModalPopup; import 'package:flutter/cupertino.dart' show showCupertinoModalPopup;
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
import 'package:flutter_quill/extensions.dart' show isMobile;
import 'package:flutter_quill/flutter_quill.dart' import 'package:flutter_quill/flutter_quill.dart'
show show
ImageUrl, ImageUrl,

@ -1,6 +1,6 @@
name: flutter_quill_extensions name: flutter_quill_extensions
description: Embed extensions for flutter_quill including image, video, formula and etc. 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/ homepage: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions/
repository: 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/ issue_tracker: https://github.com/singerdmx/flutter-quill/issues/

Loading…
Cancel
Save