chore: Update quill_videos_sample.dart

pull/1919/head
Ellet 10 months ago committed by GitHub
parent 33ba96518d
commit 8fe65f1d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      example/lib/screens/quill/samples/quill_videos_sample.dart

@ -1,7 +1,7 @@
const quillVideosSample = [ const quillVideosSample = [
{'insert': '\n'}, {'insert': '\n'},
{ {
'insert': {'video': 'https://youtu.be/xz6_AlJkDPA'}, 'insert': {'video': 'https://youtu.be/fq4N0hgOWzU?si=SqoY_bAZYnjCkUvn'},
'attributes': { 'attributes': {
'width': '300', 'width': '300',
'height': '300', 'height': '300',
@ -10,10 +10,8 @@ const quillVideosSample = [
}, },
{'insert': '\n'}, {'insert': '\n'},
{'insert': '\n'}, {'insert': '\n'},
{'insert': 'And this is just a youtube video'},
{'insert': '\n'}, {'insert': '\n'},
{ {'insert': 'The video above is a Youtube video.'},
'insert': 'This sample is not complete.', {'insert': '\n'},
},
{'insert': '\n'}, {'insert': '\n'},
]; ];

Loading…
Cancel
Save