Update pubspec.yaml

pull/1539/head
Ellet 1 year ago
parent cf4c259c31
commit e923ae681c
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      flutter_quill_extensions/CHANGELOG.md
  2. 4
      flutter_quill_extensions/pubspec.yaml

@ -2,7 +2,7 @@
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.6.12 ## 0.7.0
* The `FlutterQuillLocalizations.delegate` is no longer a requirement. * The `FlutterQuillLocalizations.delegate` is no longer a requirement.
* Requiring `flutter_quill` version `8.6.0` as minimum * Requiring `flutter_quill` version `8.6.0` as minimum

@ -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.6.10 version: 0.7.0
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
@ -38,7 +38,7 @@ dependencies:
# Plugins # Plugins
video_player: ^2.8.1 video_player: ^2.8.1
youtube_player_flutter: ^9.0.0-beta.0 youtube_player_flutter: ^8.1.2
gal: ^2.1.3 gal: ^2.1.3
image_picker: ^1.0.4 image_picker: ^1.0.4
url_launcher: ^6.2.1 url_launcher: ^6.2.1

Loading…
Cancel
Save