Skip to content
View ShreyashKore's full-sized avatar
🔨
Building
🔨
Building

Block or report ShreyashKore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ShreyashKore/README.md

Shreyash Kore

Senior mobile engineer — Android · Kotlin Multiplatform · Flutter · React Native

I build cross-platform apps and the developer tools that make them easier to ship. Kotlin and Dart most days, TypeScript and Node.js on the backend.

gyanoba.com · LinkedIn · X · YouTube

Wonderous Compose app icon
Wonderous Compose
Compose Multiplatform app on 5 platforms
stars
Inspektor logo
Inspektor
HTTP inspection library for Ktor
stars
Kexcel logo
Kexcel
Excel for Kotlin Multiplatform, no Apache POI
stars
Eagly app icon
Eagly
Android & iOS log viewer for the desktop
stars

Also: EJS Editor · ComposeGoodies · all repositories


Wonderous Compose running on Android, iOS and the web, showing the Taj Mahal screen

Wonderous Compose

Kotlin · Compose Multiplatform · WASM

A port of gskinner's Wonderous to Compose Multiplatform — one Kotlin codebase running on Android, iOS, desktop and the browser via WASM. Built to find out how far Compose can be pushed on animation-heavy, art-directed UI: parallax, shared-element transitions and custom illustration work included.

Repository · Try it in the browser


Inspektor showing HTTP request and response details inside an Android app and on desktop

Inspektor

Kotlin Multiplatform · Ktor

An HTTP inspection library for Ktor, in the spirit of Chucker. Drop it into a client and inspect requests, headers and bodies from inside the running app — then go further and override or mock responses without touching the backend. Published on Maven Central for Android, iOS, desktop and web.

Repository · Maven Central


Kexcel

Kotlin Multiplatform · Office Open XML

Every other Kotlin Excel library wraps Apache POI, which is JVM-only. Kexcel parses and writes .xlsx itself, in pure Kotlin, so the same spreadsheet code runs in commonMain on JVM, Android and iOS — styling, formulas, merged cells and all.

val excel = Excel.createExcel()
val sheet = excel["Sheet1"]

sheet.updateCell(CellIndex.indexByString("A1"), TextCellValue("Revenue"))
sheet.updateCell(CellIndex.indexByString("B1"), FormulaCellValue("=SUM(B2:B12)"))

val bytes: ByteArray = excel.encode()

Repository · Documentation · Maven Central


Eagly desktop app showing filtered Android device logs

Eagly

Flutter · Dart · macOS, Windows, Linux

A desktop log viewer for Android and iOS devices, for developers and QA who need device logs without a terminal. adb and libimobiledevice are bundled, so there is nothing to install: multi-device tabs, live filtering, wireless debugging, screen mirroring, iOS crash logs and log import/export.

Repository · Download


Eagly wireless debugging setup Eagly screen mirroring a connected device Eagly iOS crash log details

Toolbox

Android & Kotlin Kotlin, Java, Jetpack Compose, Coroutines, Ktor, Gradle
Cross-platform Compose Multiplatform, Flutter/Dart, React Native/TypeScript
Backend & web Node.js, TypeScript, Next.js, REST, GraphQL
Tooling GitHub Actions, IntelliJ Platform, Maven Central publishing

I started on native Android with Java, moved through Jetpack Compose to Compose Multiplatform, and ship Flutter and React Native alongside it — so cross-platform decisions get made on trade-offs rather than on whichever framework I happen to know.

Open to interesting cross-platform work — say hello.

Pinned Loading

  1. wonderous_compose wonderous_compose Public

    Wonderous Compose is a port of Wonderous in Compose Multiplatform with beautiful art and animations.

    Kotlin 147 6

  2. inspektor inspektor Public

    A multiplatform HTTP inspection library for Ktor inspired by Chucker with request response overriding/mocking

    Kotlin 72 8

  3. ComposeGoodies ComposeGoodies Public

    Collection of compose goodies.

    Kotlin 1 1

  4. ButterKnifeToViewBinding.kt ButterKnifeToViewBinding.kt
    1
    import com.intellij.openapi.diagnostic.Logger
    2
    import liveplugin.*
    3
    
                  
    4
    show("View Binding: ${project?.name}")
    5
    
                  
  5. eagly eagly Public

    Mobile debugging utility which allows viewing Android/iOS logs on windows/linux/mac

    Dart 16 4

  6. kexcel kexcel Public

    Pure Kotlin based excel library for Kotlin Mulitplatform

    Kotlin 41 1