CHINMAYA GARNAIK

Results 4 issues of CHINMAYA GARNAIK

will ar work on android.

I think is variable unable to initialise:- late BluetoothDevice _connectedDevice; ListView _buildView() { if (_connectedDevice != null) { return _buildConnectDeviceView(); } return _buildListViewOfDevices(); } I have to do it like...

### Platforms Android, iOS, macOS, Web, Windows, Linux ### Description Basically what it does take an image and ask size let's say 500kb or less. I exactly don't know which...

i just edited (better_player_controls_configuration.dart): line:243 textColor: theme.textTheme.bodyText1?.color ?? Colors.white, line:244 iconsColor: theme.textTheme.button?.color ?? Colors.white, to textColor: theme.textTheme.bodyLarge?.color ?? Colors.white, iconsColor: theme.textTheme.labelLarge?.color ?? Colors.white, if anyone having this issue they can...