diff --git a/example/lib/screens/quill/samples/quill_videos_sample.dart b/example/lib/screens/quill/samples/quill_videos_sample.dart index 90f0243e..9e47456d 100644 --- a/example/lib/screens/quill/samples/quill_videos_sample.dart +++ b/example/lib/screens/quill/samples/quill_videos_sample.dart @@ -1,7 +1,7 @@ const quillVideosSample = [ {'insert': '\n'}, { - 'insert': {'video': 'https://youtu.be/xz6_AlJkDPA'}, + 'insert': {'video': 'https://youtu.be/fq4N0hgOWzU?si=SqoY_bAZYnjCkUvn'}, 'attributes': { 'width': '300', 'height': '300', @@ -10,10 +10,8 @@ const quillVideosSample = [ }, {'insert': '\n'}, {'insert': '\n'}, - {'insert': 'And this is just a youtube video'}, {'insert': '\n'}, - { - 'insert': 'This sample is not complete.', - }, + {'insert': 'The video above is a Youtube video.'}, + {'insert': '\n'}, {'insert': '\n'}, ];