januwA / flutter_video_box

flutter_video_box
MIT License
22 stars 12 forks source link

missing options in the new release #36

Closed robertoltrocha closed 3 years ago

robertoltrocha commented 3 years ago

Hi, I upgraded to the new version and am not finding the equivalent of the cover, bottomPadding, customFullScreen in VideoController class, could it help me? thanks

  vcs = new VideoController(
        bottomPadding: EdgeInsets.all(25),
        customFullScreen: const MyFullScreen(),
        controllerLiveDuration: Duration(seconds: 10),
        animetedIconDuration: Duration(milliseconds: 200),
        cover: Center(
robertoltrocha commented 3 years ago

Hi, Everything is working without this option. Sorry for the inconvenience.