youtube_player_flutter icon indicating copy to clipboard operation
youtube_player_flutter copied to clipboard

[BUG] Web No work on release mode

Open natouralDS opened this issue 8 months ago • 2 comments

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 Captura de pantalla 2024-06-10 a las 0 36 21

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.

natouralDS avatar Jun 09 '24 22:06 natouralDS