Susan Thapa
Susan Thapa
This is not currently supported but if you want you can fork and implement it.
I have thought about this and other people have requested this feature as well. But there are some technical challenges that need to be tackled. Handling text in this case...
This is not supported as adding this would cause design issues.
Duplicate of #11
I would be more than happy to contribute. But I don't know much about QT as I'm a mobile developer. Still, If I get some free time I will look...
@razir Can you please review it ?
For the time being, can you suggest any workaround?
I am currently using this, and it's working fine. Don't know if this is the best approach to do. ```dart final list = List.from(KtList); list.removeWhere((it) => it.id == id); final...
No response, closing.
I am running into this issue on Android(The app is ReactNative), iOS works fine. We get the following exception. This is happening mostly on Samsung devices. ``` Unable to open...