Anmol Verma
Anmol Verma
Then why does it work with flutter mobile ? On Tue, May 25, 2021, 9:23 PM Konstantin Serov ***@***.***> wrote: > Your backend must have an endpoint that accepts OPTIONS...
@PaperParcel data class ProfileData( val id: String, @SerializedName("first_name") val firstName: String, @SerializedName("last_name") val lastName: String, @SerializedName("user_name") val userName: String, @SerializedName("email_id") val email: String, @SerializedName("school_name") val schoolName: String, @SerializedName("class_of") var classOf:...
@skydoves I have tried both, Surface duo 2 and 7.6 fold in display. I ran the butterfly demo sample also, it does not work the same way.
Here's the link to where It's implemented [Link to My Implementation](https://github.com/Anmol92verma/SlackAndroidClone/blob/master/ui-dashboard/src/main/java/dev/baseio/slackclone/uidashboard/compose/DashboardUI.kt) I am using 1.0.1 version Moreover `LocalWindowLayoutInfo.current.displayFeatures` is empty on a foldable device.
Cool, thanks @skydoves for confirming on the reproducibility at your end. thanks!
March 2022, Will we have this ever?
@yugeshjain do we have the updated code for this PR here ?
Project name: Slack Compose Kotlin Multiplatform Clone with gRPC Project type: pet Company name: personal Supported platforms: Android, JVM, iOS Link : https://github.com/oianmol/SlackComposeMultiplatform
Same problem here! Do we have any update on this ?
worked for me with xcode 13.0 on monterey!