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
When i import vlc player, the Size class in flutter_vlc_player.dart disabling Flutter dart:ui Size class and i can't use Size.fromHeight ie.
I changed the name of Size class in flutter_vlc_player.dart and the problem solved for me.
When i import vlc player, the Size class in flutter_vlc_player.dart disabling Flutter dart:ui Size class and i can't use Size.fromHeight ie.
I changed the name of Size class in flutter_vlc_player.dart and the problem solved for me.