Sabin Regmi

Results 32 comments of Sabin Regmi

@ealmloff Thank you for the feedback. Other than these nits, What do you think about the overall process? Do you think this is something we should proceed with to upstream...

> > @ealmloff Thank you for the feedback. Other than these nits, What do you think about the overall process? Do you think this is something we should proceed with...

@jkelleyrtp Thank you for the inputs. All the recommendation and inputs seems super valid and reasonable. After looking into #4863 I do think if we can somehow provide a appropriate...

I think i am able to package swift files as swift package and package it and run. (Like how tauri does for swift files)

I am also able to build each android plugin as a gradle submodule and can be tested like this inside each plugin ```rust ./gradlew assembleRelease --no-daemon --warning-mode all ``` -Oops...

So the current plugin structure is something like this.

Running gradle assembly takes time now, And i expect with the number of apis you add, it will grow exponentially

Here is a breakdown of how things are working for now. --- ## Android (Kotlin / Gradle) ### Source layout - Kotlin sources + Gradle wrapper live under `packages/geolocation/android/` -...

I have added the geolocation package + example for geolocation in for easy testing so the diff is huge as of now. I need to delete them before we upstream...