From 164e395b4b64c97135faf99856681810b25092a9 Mon Sep 17 00:00:00 2001 From: Ellet <73608287+freshtechtips@users.noreply.github.com> Date: Sat, 4 Nov 2023 18:55:35 +0300 Subject: [PATCH] Update pubspec.yaml --- flutter_quill_extensions/pubspec.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 3d11b6e5..dc312317 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -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