Jiten Basnet

Results 7 comments of Jiten Basnet
trafficstars

cast it to int insided FlutterStatusbarcolorPlugin.m static NSInteger statusBarViewTag = (int)38482458385;

@BrunoJurkovic the issue is still persistent. you can see the flickering grey line. ![Screen Shot 2022-08-10 at 15 24 55](https://user-images.githubusercontent.com/45201707/183869681-461e19b5-d9b7-41ab-8819-f2a6048f9a62.png)

style: (index, hello) { return C2ChoiceStyle( color: const Color(0xff4e4bac) .withOpacity(0.7)); }, activeStyle: (index, hello) { return const C2ChoiceStyle( color: Color(0xff4e4bac)); }, value: (i, v) => v, label: (i, v) =>...

please update the QUE_DRIVER with QUEUE_CONNECTION

@Shubham-Phatale I have used startRendererScanning after initializing the Controller. But when I try to find device it is not working. Could you please guide through this.

OrientationBuilder does not builds upon orientation change in Ipad simulator. Is the issue with media query still remains? ScreenTypeLayout( breakpoints: const ScreenBreakpoints(desktop: 900, tablet: 650, watch: 250), mobile: OrientationLayoutBuilder( portrait:...

@sahilpatel16 do we have anything alternative to these solution. I found this code in stackoverflow HttpClient client = new HttpClient(); client.badCertificateCallback = ((X509Certificate cert, String host, int port) { final...