Skip to content
View okmanideep's full-sized avatar

Block or report okmanideep

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.

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
okmanideep/README.md

Hi there 👋

  • 🔭 I’m currently working on Praja
  • 🌱 I’m currently learning Zig
  • 👯 I’m looking to collaborate on Jetpack for Flutter
  • 💬 Ask me about Android, Kotlin, Jetpack Compose
  • 😎 Neovim btw
  • 📫 How to reach me: @okmanideep

Pinned Loading

  1. praja/jetpackpraja/jetpackPublic

    ViewModel and LiveData for Flutter

    Dart 31 4

  2. app-branching-strategyapp-branching-strategyPublic

    Simple git branching strategy for teams working on mobile applications

    Ruby 3

  3. navigating-in-compose-slidesnavigating-in-compose-slidesPublic

    HTML 1

  4. motemotePublic

    Markdown Server for notes and other md files

    JavaScript

  5. dotfilesdotfilesPublic

    vim, bash setup

    Nushell 1

  6. Event abstraction for Jetpack ComposeEvent abstraction for Jetpack Compose
    1
    importandroidx.compose.runtime.*
    2
    importkotlinx.coroutines.CoroutineScope
    3
    4
    @Stable
    5
    internalclassEvent<T>(valvalue:T)