Error: No named parameter with the name 'isInitialRoute'.
iamnhvt opened this issue · 2 comments
iamnhvt commented
Got this error:
youtube_player/lib/youtube_player.dart:1175:31: Error: No named parameter with the name 'isInitialRoute'.
I think isInitialRoute is deprecated after 1.14.1
aristeu13 commented
I have the same problem, but it doesn't look like it will be fixed anytime soon
rhbrunetto commented
I had the same problem here.
I even tried to fork the lib and remove the isInitialRoute
argument, but didn't work as expected at all.
My workaround was swtich from youtube_player
to flutter_youtube_player
(https://pub.dev/packages/youtube_player_flutter).
It's maintaining by sarbagyastha too.