Skip to content

Commit 3099741

Browse files
committed
Update flutter_quill dependency to use local path
1 parent 1203a40 commit 3099741

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flutter_quill_extensions/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
publish_to: none
2+
13
name: flutter_quill_extensions
24
description: Embed extensions for flutter_quill to support loading images and videos
35
version: 11.0.0+fork
@@ -36,7 +38,8 @@ dependencies:
3638
web: ">=0.5.0 <2.0.0"
3739
path: ^1.8.0
3840

39-
flutter_quill: ^11.0.0
41+
flutter_quill:
42+
path: ../
4043
photo_view: ^0.15.0
4144

4245
# Plugins

0 commit comments

Comments
 (0)