appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

Player not show #235

Open andes2912 opened 7 months ago

andes2912 commented 7 months ago

Hello, i create Custom playe in widget, but the player not showing. This my code :

child: CustomVideoPlayer( customVideoPlayerController: CustomVideoPlayerController( context: context, videoPlayerController: CachedVideoPlayerController.network( data.link480.toString(), ), ), ),