muslimtv / flutter_playout

AV Playout in Flutter
BSD 3-Clause "New" or "Revised" License
152 stars 94 forks source link

Add new setting for playing video in loop #70

Closed anhnt closed 3 years ago

anhnt commented 3 years ago

Usage:


VideoPlayout(
          desiredState: PlayerState.PAUSED,
          showPlayerControls: true,
          aspectRatio: 9 / 16,
          loop: true, // this is new setting for loop mode
          url: "https://example.com/my-video.m3u8"
      ),
anhnt commented 3 years ago

Thanks for merging 👍

KhuramKhalid commented 3 years ago

Thanks for the contribution. I've pushed this to version 1.0.42