|
|
|
@ -1,13 +1,15 @@ |
|
|
|
|
name: flutter_quill_extensions |
|
|
|
|
description: Embed extensions for flutter_quill including image, video, formula and etc. |
|
|
|
|
version: 1.0.0-dev |
|
|
|
|
homepage: https://bulletjournal.us/home/index.html |
|
|
|
|
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions |
|
|
|
|
version: 0.7.0-dev |
|
|
|
|
homepage: https://github.com/singerdmx/flutter-quill |
|
|
|
|
repository: https://github.com/singerdmx/flutter-quill |
|
|
|
|
|
|
|
|
|
topics: |
|
|
|
|
- ui |
|
|
|
|
- widgets |
|
|
|
|
- widget |
|
|
|
|
- rich-text-editor |
|
|
|
|
|
|
|
|
|
platforms: |
|
|
|
|
android: |
|
|
|
|
ios: |
|
|
|
@ -24,10 +26,10 @@ dependencies: |
|
|
|
|
flutter: |
|
|
|
|
sdk: flutter |
|
|
|
|
|
|
|
|
|
flutter_quill: ^8.1.1 |
|
|
|
|
flutter_quill: ^8.1.6 |
|
|
|
|
# In case you are working on changes for both libraries, |
|
|
|
|
# flutter_quill: |
|
|
|
|
# path: ./../flutter-quill |
|
|
|
|
# path: ../ |
|
|
|
|
|
|
|
|
|
http: ^1.1.0 |
|
|
|
|
photo_view: ^0.14.0 |
|
|
|
|