You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It appears the plugin is not backward compatible to old projects flutter create (d) pre 1.12.
Issues in Android :
Latest version of this plugin yields following error :
Compiler message:
../../../.pub-cache/hosted/pub.dartlang.org/youtube_player_flutter-7.0.0+6/lib/src/player/youtube_player.dart:429:11: Error: No named parameter with the name 'errorBuilder'.
errorBuilder: (context, _, __) => Container(),
^^^^^^^^^^^^
../../sdk/flutter/packages/flutter/lib/src/widgets/image.dart:332:3: Context: Found this candidate, but the arguments don't match.
Image.network(
The text was updated successfully, but these errors were encountered:
Describe the bug
It appears the plugin is not backward compatible to old projects flutter create (d) pre 1.12.
Issues in Android :
Latest version of this plugin yields following error :
The text was updated successfully, but these errors were encountered: