Nailik
Nailik
It's not published on jitpack.io because there was a build error. https://jitpack.io/com/github/Gurupreet/FontAwesomeCompose/1.0.1-beta01/build.log
### Description The `NativeSqlDatabase.kt `uses `co.touchlab.sqliter `which makes it hard to replace the underlying implementation eg. with a cipher. For Android there is an abstraction layer (see https://github.com/cashapp/sqldelight/issues/566) called `SupportSqliteDatabase...
Hi, is it possible to make the left side with the Areas smaller? Like only 2 or even only 1 Tile per row? This would greatly help on smaller devices...
Hello, i'm unable to setup snapcast. I changed my modipy_cast.conf to: ``` [snapcast] enabled = true host = snapserver.local port = 1234 [audio] mixer = snapcast output = audioresample !...
Hi, is there anything going on to support windows desktop in the future? Because there is still no fix in flutter to use plugins inside isolates.
``` FakeGps -s 49.76,6.63 ZOMG, we got this error: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. Send feedback plz! ``` I get this error. -g is working.
Hi, i searched online what the values mean. Would be nice to add this to the documentation. However according to all sources i've seen the SRM value is between 1...
Hello, in your tutorial at https://youtu.be/zpWsedYMczM you talk about advanced usage - like pagination. Do you already have something set up that uses moor and pagination? I'm searching for ideas...
Stable is used in compose to improve recomposition because objects that didn't change don't need to call a recomposition of the composable where they are shown. This could either achieved...
While evaluating compose performance i found that `StringResource` is not considered stable in compose `unstable text: StringResource`. This should be fixed to improve compose performance. More information can be found...