Fix analyze warrning

pull/1613/head v9.0.3
Ellet 1 year ago
parent 515f8e392a
commit 19dd4099f3
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      example/lib/presentation/quill/samples/quill_images_sample.dart

@ -14,8 +14,8 @@ final quillImagesSample = [
'insert': { 'insert': {
'image': true 'image': true
? 'https://upload.wikimedia.org/wikipedia/commons/b/b6/Image_created_with_a_mobile_phone.png' ? 'https://upload.wikimedia.org/wikipedia/commons/b/b6/Image_created_with_a_mobile_phone.png'
// ignore: dead_code
// TODO: Doesn't work on web, finds out why // TODO: Doesn't work on web, finds out why
// ignore: dead_code
: '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' : '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'
}, },
'attributes': { 'attributes': {

Loading…
Cancel
Save