Upgrade youtube_player_flutter_quill to 8.2.2. (#886)

pull/890/head
Garv Shah 3 years ago committed by GitHub
parent af7284a564
commit e09b4574f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      CHANGELOG.md
  2. 4
      pubspec.yaml

@ -1,3 +1,6 @@
# [5.2.5]
* Upgrade youtube_player_flutter_quill to 8.2.2.
# [5.2.4]
* Upgrade youtube_player_flutter_quill to 8.2.1.
@ -651,4 +654,4 @@
* Support image upload and launch url in read-only mode.
## [0.0.1]
* Rich text editor based on Quill Delta.
* Rich text editor based on Quill Delta.

@ -1,6 +1,6 @@
name: flutter_quill
description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us)
version: 5.2.4
version: 5.2.5
#author: bulletjournal
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill
@ -24,7 +24,7 @@ dependencies:
pedantic: ^1.11.1
video_player: ^2.4.2
characters: ^1.2.0
youtube_player_flutter_quill: ^8.2.1
youtube_player_flutter_quill: ^8.2.2
diff_match_patch: ^0.4.1
i18n_extension: ^5.0.0
gallery_saver: ^2.3.2

Loading…
Cancel
Save