Update pubspec.yaml

pull/1495/head
Ellet 1 year ago
parent 0481ac59cc
commit 164e395b4b
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 12
      flutter_quill_extensions/pubspec.yaml

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

Loading…
Cancel
Save