-
The material send icons seems to be rendered incorrectly for both "send" and "cancel_schedule_send". The paper plane for these icons is different from the plane used in the other send icons and in the…
-
The problem with using `Flow` or `SharedFlow` as a replacement for `LiveData` with Jetpack Compose is that `Flow.collectAsState()` require to pass as argument the initial value of the `Flow`. `StateFl…
-
Currently, one of the things that need to be improved in this project is the documentation, in this issue we're mainly talking about the usage docs and not internal docs, providing docs in Dart doc co…
-
We have #9 to lower the minSDK on Android to 21 to match MapLibre and Jetpack Compose.
We should also determine a reasonable iOS deployment target. It's currently arbitrarily set to 12.0.
Things…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
In my project, fonts consume a significant amount of memory when launched on ios devices. There are no issues on android.
According to the [FontResource](https://github.com/icerockdev/moko-resource…
-
After some investigation looks like Compose is going to use multiple approach to have stable elements (the current stdlib List, Set and so on aren’t).
There are two libraries androidx collections a…
-
I have got in module build.gradle
```kotlin
id("dev.icerock.mobile.multiplatform-resources") //Version in settings.gradle
multiplatformResources {
multiplatformResourcesPackage = …
-
@aabewhite to be honest I never knew about this framework until today -> I'm noob in mobile space but past a year I was working on SwiftUI to make apps and I really love writing in it. It's an awesome…
-