Eggy Sudianto

Results 13 issues of Eggy Sudianto

can make some part of msg is clickable? like snackbar can make specify text is clickable

### UPDATED this case only if `itemCount: dataBanner.length`,, but if `itemCount: 8` it's normal this updated code ``` List dataBanner = []; @override void initState() { super.initState(); refresh(); } Future...

how to disable or hidden front camera button? I think I don't need front camera

when I use ssid can connect to wifi, but when I add bssid return error DID_NOT_FIND_NETWORK_BY_SCANNING. how to fix that? ``` WifiUtils.withContext(getApplicationContext()) .connectWith("MARS","C3:AE:34:48:E8:02", "pluto") .onConnectionResult(new ConnectionSuccessListener() { @Override public void...

as we know, after playstore accept our app from review and publish it, the new version does not immediately appear on all devices(maybe delay) in example, my app accept from...

I'm have 3 target of this tutorial, in second and third tutorial is working normally, but in first target of tutorial have wrong position. I tried in 2 android device...

how to resize the circle overlay? because my circle is have a large padding

how to stop beacon from ranging if already found which beacon I want this my code. `_streamRanging.cancel();` is never called because beacon always ranging even though I break the looping...

can you make closeIcon position dynamic free set by dev? ``` if (showCloseIcon!) Positioned( right: 50.0, top: 75.0, child: GestureDetector( onTap: () { onClose.call(); }, child: closeIcon ?? const Icon(Icons.close),...

error download file with extension `.db` from my server, but if download `.db `from other cloud server it's fine. other example I put pdf file in my server, and it's...

bug