ソースを参照

enable looping for live photo video

Neeraj Gupta 3 年 前
コミット
425339328d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/ui/zoomable_live_image.dart

+ 1 - 1
lib/ui/zoomable_live_image.dart

@@ -102,7 +102,7 @@ class _ZoomableLiveImageState extends State<ZoomableLiveImage>
         aspectRatio: _videoPlayerController.value.aspectRatio,
         aspectRatio: _videoPlayerController.value.aspectRatio,
         autoPlay: true,
         autoPlay: true,
         autoInitialize: true,
         autoInitialize: true,
-        looping: false,
+        looping: true,
         allowFullScreen: false,
         allowFullScreen: false,
         showControls: false);
         showControls: false);
     return Chewie(controller: _chewieController);
     return Chewie(controller: _chewieController);