youtube_player_flutter icon indicating copy to clipboard operation
youtube_player_flutter copied to clipboard

[BUG] Examples from official documentation do not compile.

Open eggnstone opened this issue 2 years ago • 0 comments

Taking the official example from https://pub.dev/packages/youtube_player_flutter

  • error: The named parameter 'videoProgressIndicatorColor' isn't defined.
  • error: The method 'ProgressColors' isn't defined.
  • onReady needs a colon :
  • error: Undefined name 'listener'.

The example from https://pub.dev/documentation/youtube_player_flutter/latest/youtube_player_flutter/YoutubePlayer-class.html is even worse (has more errors).

eggnstone avatar Jun 11 '22 14:06 eggnstone