From 8fe65f1d10ef4e37fe7a1909934adab8e968c283 Mon Sep 17 00:00:00 2001 From: Ellet <73608287+ellet0@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:04:56 +0300 Subject: [PATCH] chore: Update quill_videos_sample.dart --- .../lib/screens/quill/samples/quill_videos_sample.dart | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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'}, ];