Adityadgithub

Results 8 comments of Adityadgithub

> I used a combination of youtube_explode_dart and chewie to solve this problem. You can use this app to check the effect. [WeTube Android App](https://play.google.com/store/apps/details?id=free.mor.mordo.do) Can you share a sample...

Try this - Expanded( child: CodeTheme( data: CodeThemeData(styles: ThemeService.getTheme(_selectedTheme)), child: CodeField( gutterStyle: GutterStyle( showLineNumbers: true, showErrors: true, background: Colors.transparent, // FIX 1: Increased width to accommodate more digits (e.g., up...

On Android.. I'm using the latest version.. It works fine if the app screen is open but if I just close the screen it wont trigger the alarm.. but as...

> [@PhuCG](https://github.com/PhuCG) please help Hey, did it work for you now?

> # Hide YouTube Overlay Feature - Usage Guide > ## Overview > This fork is based on **youtube_player_flutter version 9.1.1** with an added feature to hide the native YouTube...

> [@Adityadgithub](https://github.com/Adityadgithub) This is a known limitation of the `youtube_player_iframe` package. It uses an iframe-based web view that doesn't handle native orientation changes as expected, especially on fullscreen toggle —...

> [@Adityadgithub](https://github.com/Adityadgithub) This worked for me, you can give it a try. > > ``` > controller.webViewController.addJavaScriptChannel( > "onFullscreenChange", > onMessageReceived: (msg) { > if (msg.message == 'true') { >...