dart_vlc 0.0.2 copy "dart_vlc: ^0.0.2" to clipboard
dart_vlc: ^0.0.2 copied to clipboard

discontinuedreplaced by: media_kit
outdated

A media playback library for Dart & Flutter. Based on libVLC & libVLC++.

0.0.2 #

This new release of dart_vlc adds:

  • Support for Flutter on Linux.
  • Fixed bug that caused index to not update properly in Playlist, when next or back or on completion of Media.
  • Changed default Player volume to 0.5.

0.0.1+1 #

  • Little left-over changes in the project documentation.

0.0.1 #

This first release of dart_vlc adds:

  • Media playback from file.
  • Media playback from network.
  • Media playback from assets.
  • play/pause/playOrPause/stop.
  • Multiple Player instances.
  • Playlist.
  • next/back/jump for playlists.
  • setVolume.
  • setRate.
  • seek.
  • Events.
  • Automatic fetching of headers, libs & shared libraries.
  • Changing VLC version from CMake.
  • Event streams.
    • Player.currentState
      • index: Index of current media in Playlist.
      • medias: List of all opened Medias.
      • media: Currently playing Media.
      • isPlaylist: Whether a single Media is loaded or a Playlist.
    • Player.positionState
      • position: Position of currently playing media in Duration.
      • duration: Position of currently playing media in Duration.
    • Player.playbackState
      • isPlaying.
      • isSeekable.
      • isCompleted.
    • Player.generalState
      • volume: Volume of current Player instance.
      • rate: Rate of current Player instance.
248
likes
0
pub points
91%
popularity

Publisher

unverified uploader

A media playback library for Dart & Flutter. Based on libVLC & libVLC++.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, path, path_provider

More

Packages that depend on dart_vlc