play 0.0.10 copy "play: ^0.0.10" to clipboard
play: ^0.0.10 copied to clipboard

discontinued

a library dart simple for play audio or video any format on cross platform.

Play library #

Fast, Enjoyable & Customizable Play library

Pub Version

Play Library untuk memutar video dan audio cross platform dengan mudah hanya menambah code pada dart, example sudah ada di

Features #

  • 🚀 Cross platform: mobile, desktop, browser
  • ⚡ Great performance
  • ❤️ Simple, powerful, & intuitive API

Demo #

https://user-images.githubusercontent.com/82513502/204106088-90c8d756-fbee-4724-9087-46bc99e69a00.mp4

https://user-images.githubusercontent.com/82513502/204106197-4bc3d9ba-f374-40ff-9913-7f4ffd40b530.mp4

Install Library #

dart pub add play
flutter pub add play

Quickstart #

Audio Player


Scaffold(

  ---
  Audio(
    file: File(path),
    videoViewBuilder: (Widget child, Audio audio, AudioState audioState) {
      return child;
    }
  );
  ---

)

Video Player

Scaffold(

  ---
  Video(
    file: File(path),
    videoViewBuilder: (Widget child, Video video, VideoState videoState) {
      return child;
    }
  );
  ---

)
19
likes
0
pub points
67%
popularity

Publisher

unverified uploader

a library dart simple for play audio or video any format on cross platform.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

audioplayers, dart_vlc, flutter, universal_io, video_player

More

Packages that depend on play