We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2ffcb commit fb1eb08Copy full SHA for fb1eb08
example/lib/presentation/quill/samples/quill_images_sample.dart
@@ -15,6 +15,7 @@ final quillImagesSample = [
15
'image': true
16
? 'https://upload.wikimedia.org/wikipedia/commons/b/b6/Image_created_with_a_mobile_phone.png'
17
// ignore: dead_code
18
+ // TODO: Doesn't work on web, finds out why
19
: 'https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-before/Landscape-Color.jpg'
20
},
21
'attributes': {
0 commit comments