pod_player 0.2.2 copy "pod_player: ^0.2.2" to clipboard
pod_player: ^0.2.2 copied to clipboard

Vimeo and youtube player for flutter, Pod player provides customizable video player controls that support android, ios and web.

0.2.2 #

  • fixed broken vimeo api requests
  • upgraded minimum sdk version from ">=2.17.0 <4.0.0" to ">=3.0.0 <4.0.0"
  • upgraded all the dependencies to latest version
  • fix typos in README.md

0.2.1 #

  • upgraded all dependencies
  • upgraded http lib to ^1.1.0
  • fix fullscreen issue in IOS

0.2.0 #

  • upgraded dependencies
  • migrate from wakelock to wakelock_plus PR #129
  • fixed all lint rules
  • migrated VideoPlayerController.network to VideoPlayerController.networkUrl
  • Breaking:
    • In PlayVideoFrom.file [file] param datatype changed from [dynamic] to [File]

0.1.5 #

  • merged PR #103
    • support unlisted vimeo videos
  • upgraded dependencies
  • Updated Readme file

0.1.4 #

  • added pod player logo to pub-web.flutter-io.cn

0.1.3 #

  • fix: unable to find directory entry in pubspec.yaml #114
  • merged PR #109

0.1.2 #

  • fixed #82

0.1.1 #

  • Feature
    • support vimeo private video ref
    • double tap ripple effect added
  • upgraded dependencies
  • merged PR #66 #77 #78

0.1.0 #

  • Breaking change:

    • In PodPlayerConfig initialVideoQuality changed to videoQualityPriority to support priority of video qualities
    controller = PodPlayerController(
    podPlayerConfig: const PodPlayerConfig(
      videoQualityPriority: [1080, 720, 360],
    ),
    )..initialise()
    
  • Features

    • Support for youtube live videos By (@vodino)
    • Added: videoQualityPriority to PodPlayerConfig By (@emersonsiega)
    • Added: callback onToggleFullScreen when changes in fullscreen mode #48
    • Added: hideOverlay and showOverlay functions to controller
  • Bug Fixes

    • Merged PR #54 By (@emersonsiega)
      • Fix unhandled exception on initialization #49
      • Add video quality priority list
      • Changes in onToggleFullScreen

0.0.8 #

  • Merged PR #37 & #38, By (@Jeferson505)
    • Added PodPlayerLabels param to PodVideoPlayer widget
    • Added PodPlayerLabels usage example in from_asset file
    • Seted normal playback speed to 1x
  • bug fix and added example for playing videos in list

0.0.7 #

  • dependencies upgraded
    • video_player: ^2.4.5
  • code refactor

0.0.6 #

  • Upgraded to Dart 2.17.0
  • Bug fixes
  • Added some examples

0.0.5 #

  • Features
    • Added support for thumbnails
    • Added isFullScreen getter to controller
  • Updated docs

0.0.4 #

  • Features
    • support for RTL (by @karbalaidev)
    • initialVideoQuality added
  • Bug fixes

0.0.3 #

  • Bug fix #4

0.0.2 #

  • Ignored .mp4 video file in pub

0.0.1 #

  • Initial release
351
likes
130
pub points
97%
popularity
screenshot

Publisher

unverified uploader

Vimeo and youtube player for flutter, Pod player provides customizable video player controls that support android, ios and web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, get, http, universal_html, video_player, wakelock_plus, youtube_explode_dart

More

Packages that depend on pod_player