Skip to content
View prana10's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report prana10

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

Hi, I'm Prana dhikasara

Senior Mobile Engineer · Flutter · Android · iOS · Cross-Platform


8+ years building cross-platform products across Android, iOS, Windows, and macOS. Currently leading the Innovation division at PT Yapindo Jaya Abadi, researching emerging technologies, building proof of concepts with AI-assisted workflows, and handing off validated solutions to core engineering teams in the edutech space.

Product-first approach: technology decisions follow business and user needs, not stack preferences.


🛠 Tech Stack

Mobile Flutter Dart Kotlin Jetpack Compose SwiftUI

Desktop Tauri Flutter Desktop


📊 Stats

prana10's GitHub stats


Open to remote opportunities · pranadhika22@gmail.com

Pinned Loading

  1. downloadersample downloadersample Public

    Sample Downloader Using WorkManager & HttpURLConnection in Java

    Java 1

  2. Custom Dialog Overlay Loading with T... Custom Dialog Overlay Loading with Transparent Background and Lottie Animation
    1
    package com.m3.fakultaskedokteranumum.common.utils
    2
    
                  
    3
    import android.app.Activity
    4
    import android.app.AlertDialog
    5
    import com.m3.fakultaskedokteranumum.R
  3. feat: Update command for access serv... feat: Update command for access server with port | Access Server (Without Pem file) using shell
    1
    #!/bin/bash
    2
    
                  
    3
    username="root"
    4
    ipserver="ipserver"
    5
    password="password"
  4. Simple-PDFViewer-Flutter Simple-PDFViewer-Flutter Public

    Flutter Simple PDF Viewer with Bookmark feature and Resume Last Page PDF

    Dart

  5. Prevent Screenshot on SwiftUI Mac OS... Prevent Screenshot on SwiftUI Mac OS Application (Like Tauri, Electron)
    1
    import SwiftUI
    2
    
                  
    3
    struct HostingWindowFinder: NSViewRepresentable {
    4
        var callback: (NSWindow?) -> Void
    5
    
                  
  6. HLS Video Player on C++ with ffmpeg ... HLS Video Player on C++ with ffmpeg and SDL2
    1
    /*
    2
    # How to Run HLS Video Player Program Using FFmpeg and SDL
    3
    4
    ## 1. Install Dependencies
    5