youtube_player_flutter
youtube_player_flutter copied to clipboard
[BUG] Web No work on release mode
Describe the bug When I try in debugMode It works perfect, but when i compile to release y got a grey screen and the error message: "Null check operator used on a null value"
To Reproduce
I compile with diferents commands, but I always get the same error when I launch the code in my server:
flutter build web
flutter build web --web-renderer html --release
Expected behavior I got this message: Null check operator used on a null value
Screenshots
Technical Details:
- Device: Mac, iPhone and android
- OS: iOS17.5.1, macOS 14.5 Sonoma
- Version [e.g. 22]
Additional context Add any other context about the problem here.