Hamdam
Hamdam
coming with same issue
I just downloaded all package source code and changed it as mentioned in the pull request. see there: https://github.com/Dn-a/flutter_inner_drawer/pull/73
@Joxit it was confusing to me too. I though i did something wrong. Maybe adding folder, image, tag icon make it easier to understand list tile type ?
Same issue. In my case, app BLE device not discoverable if I don't disconnect from it manually. Have to turn off/on device, to connect to it again.
@followthemoney1 Well, it's politics. you might have your vision about the Ukrainian/Europe political crisis. "you don't have a house" - many there have problems not only "Ukrainians", and many got...
> > @followthemoney1 Well, it's politics. you might have your vision about the Ukrainian/Europe political crisis. "you don't have a house" - many there have problems not only "Ukrainians", and...
if anyone else have same problem, you could use below example : ``` Flexible( child: CustomDropdown.multiSelectSearch( key: const Key("PickScanItems-ItemSerials"), items: itemSerialsList.isEmpty ? [kEmptyList] : List.of(itemSerialsList), onListChanged: _onItemSerialsChange, hintText: "Select Item...
I fix the problem, but still think that it would be good to customize generated labels. This is Screen Recording https://github.com/GeekyAnts/GaugesFlutter/assets/56746482/6f1ec06d-b19b-4eaa-9269-7887182b64e0 from ``` LinearGauge( start: -50, end: state.savedDistance + 50,...
Am I doing something wrong? Still getting error `Torch not compiled with CUDA enabled` ``` # python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 --user DEPRECATION: Loading egg at...
Seems duplicated of #52 I will try solution described there