youtube_player_flutter

A Flutter plugin for inline playback or streaming of YouTube videos using the official iFrame Player API.

BSD-3-CLAUSE License

Stars
699
Committers
37

Bot releases are hidden (Show)

youtube_player_flutter - Version 4.1.0

Published by sarbagyastha almost 5 years ago

  • Feature Added Button to change playback rate in player.
  • Added setPlaybackRate method to YoutubePlayerController. Issue #48
  • Improvement Playback behaviour synced with AppLifeCycle Issue #41
youtube_player_flutter - Version 4.0.0+2

Published by sarbagyastha almost 5 years ago

  • Fix error reports in LiveUI. PR#44
  • Added startAt property.
youtube_player_flutter - Version 4.0.0+1

Published by sarbagyastha almost 5 years ago

  • Readme changes
youtube_player_flutter - Version 4.0.0

Published by sarbagyastha almost 5 years ago

BREAKING CHANGES

  • YoutubePLayerScaffold has been removed.
  • Improved Orientations
  • Uses webview_flutter instead of ytview
youtube_player_flutter - Version 3.0.0+1

Published by sarbagyastha almost 5 years ago

  • Orientation Issue Fix
youtube_player_flutter - Version 3.0.0

Published by sarbagyastha almost 5 years ago

  • BREAKING CHANGES See Migrating to 3.x.x for detail.
  • Faster fullscreen toggling.
  • Toggles fullscreen on orientation change. Issue #3.
  • Option to add own custom thumbnail.
  • FIXED Video stuck at unknown state Issue #24.
  • Added hideThumbnail and disableDragSeek flags. #27, #29.
  • FIXED Fullscreen toggle in iOS.
  • Minor UI improvements here and there.
youtube_player_flutter - Version 2.0.0

Published by sarbagyastha almost 5 years ago

  • FIXED iOS playback is fully functional. Issue #2
  • Added forceHideAnnotation property which hides the default YouTube annotation. Read Issue #17 for detail
  • Added option to mute player.
youtube_player_flutter - Version 1.1.1+1

Published by sarbagyastha almost 5 years ago

  • Updated dart constraint to >=2.2.0 <3.0.0*.
  • FIXED Parsing Exceptions.
youtube_player_flutter - Version 1.1.1

Published by sarbagyastha almost 5 years ago

  • Fix for issue
    #12.
  • WebView is now exported alongside YoutubePlayer.
youtube_player_flutter - Version 1.1.0

Published by sarbagyastha almost 5 years ago

  • Minor Improvements.
  • Built and tested on iOS device.
  • Migrated to AndroidX.
  • Removed warnings on iOS builds.
youtube_player_flutter - Version 1.0.1+1

Published by sarbagyastha almost 5 years ago

  • Added Travis CI.
youtube_player_flutter - Version 1.0.0+2

Published by sarbagyastha almost 5 years ago

  • FIXED Video pausing on tapped, when controls were hidden.
youtube_player_flutter - Version 1.0.1

Published by sarbagyastha almost 5 years ago

  • FIXED Error while building for iOS.
youtube_player_flutter - Version 1.0.0+1

Published by sarbagyastha almost 5 years ago

  • Added Download APK badge.
youtube_player_flutter - Version 1.0.0

Published by sarbagyastha almost 5 years ago

  • Initial Release.
  • Includes Dart Documentation.
  • Includes support for Live Videos.
  • Includes fast forward and rewind feature.
youtube_player_flutter - Version 1.2.0

Published by sarbagyastha almost 5 years ago

  • Added actions property, which can be used to add menus in top bar of video. See example for details.
  • Added option to hide fullscreen button.
  • FIXED Current position always showing 00:00 Issue #17