pod_player
pod_player copied to clipboard
Support play video from byte or `Uint8List`
I suggest to add Play Video through bytes or Uint8List.
cc @newtaDev
You can use PlayVideoFrom.file() to play from Uint8List
You can use
PlayVideoFrom.file()to play fromUint8List
PlayVideoFrom.file() function only takes File. As you know, we cannot use File on the flutter web and we only have to use Uint8List !