Marko Solomun
Marko Solomun
Hi, thanks for asking. I'm trying to do the same thing. I gave 7 images/slides. I want to show number of active slide. I have managed to count all slides...
It isn't supported architecture. I am wondering is there workaround
Here is full example of having it in white color, you can use it as example and adjust your needs `` Wrapping it inside allows u to enable it only...
Quick fix for this is `` adding **margin-top: 0.001** or any positive value, 0 does not work.
@ycherniavskyi ScrollView is native component, it's just the way how it's wrapped is not good/supported. You can use my quick fix from above.
Same problem here, the label text would change it's opacity meaning it's pressed but it does not trigger status. I am going to add transparent layer (grid layout allows that)...
Hi all, I am having same problem with NS 8.x and iOS. The first images in the view would display properly and when I scroll down it takes 1-2 sec...
Did anyone found a way to control that "resume"? PS: I have made PHP script with MySQL which acts as a DNS server for this and URL is static all...
Hi guys, did you find a way to control the volume? I would like to increase it as well. Thx
You can use plugin `flutter_background_service` which will keep your app running in the background and you will get notifications/sounds when ever you trigger them in the background.