chore: bump flutter_quill_extensions to version 0.6.0 for dev release

pull/1469/head
Jonathan Salmon 2 years ago
parent 45b43fa132
commit c99fa1ba41
  1. 2
      flutter_quill_extensions/CHANGELOG.md
  2. 4
      flutter_quill_extensions/pubspec.yaml

@ -1,4 +1,4 @@
## 0.5.1
## 0.6.0
- Provide a way to use custom image provider for the image widgets
- Provide a way to handle different errors in image widgets

@ -1,6 +1,6 @@
name: flutter_quill_extensions
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 0.5.1
version: 0.6.0-dev
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions
platforms:
@ -19,7 +19,7 @@ dependencies:
flutter:
sdk: flutter
flutter_quill: ^7.8.0
flutter_quill: ^7.10.0
# In case you are working on changes for both libraries,
# flutter_quill:
# path: ../

Loading…
Cancel
Save