Open to opportunities

Crafting smooth, high-performance experiences

I build Flutter apps that feel calm, fast, and production-ready — the kind people keep on their home screen.

3.8+
Years shipping
32+
Apps published
11+
Packages
21+
OSS contributions

Selected work

Apps, packages, and open source — details pulled straight from their sources.

Apps

Published on the App Store and Google Play.

View all
KegalFlow: Kegel Exercises icon

KegalFlow: Kegel Exercises

Google Play · Smart AI Utility Apps

Guided Kegel exercises & pelvic floor workouts with progress tracking and cues.

4.4
rating
0+
installs
Webx AI Website Builder,Design icon

Webx AI Website Builder,Design

App Store · Productivity

Create and edit beautiful websites directly from your iPhone or iPad. Whether you're building a personal portfolio, blog, business website, landing page, or a simple project site, Website Builder gives you the tools to get started without needing a desktop computer. Build Websites Without the Complexity: Start a new website project and bring your ideas to life with a simple mobile-friendly workflow. Choose a ready-made template or start from scratch, then customize your content and code to create a website that fits your needs. Powerful Website Templates: Get started faster with professionall…

0.0
rating
0
ratings
1.0
version
TTS Afex: Text to Speech PDF icon

TTS Afex: Text to Speech PDF

App Store · Productivity

Transform any document, PDF, or text into high-quality audio with Speech App. Listen on the go, boost your study efficiency, and turn reading into an engaging listening experience. - Read PDFs Aloud Import PDF files and enjoy smooth, natural voice narration while following along. - AI Text to Speech Convert text into realistic AI voices with adjustable speed and multiple voice options. - OCR Scanner Scan printed documents, books or notes and instantly convert them into editable text and speech. - Smart AI Notes Capture ideas, organize notes and review information more efficiently. - Listen An…

0.0
rating
0
ratings
1.0
version

Open source

Repositories and contributions to other people’s projects.

View all
flutter/flutter

Fix self-comparison and assert typos in TestSemantics

flutter/flutter · #191938

This replaces #185975, which the stale bot auto-closed on Jul 1. The requested tests had been pushed on May 21 (commit "Add semantics tester regression tests"), but the waiting for response label was never cleared, so the timer kept running. #185975 could not be reopened, hence this PR. @chunhtai you'd reviewed #185975 and said it lgtm pending a test. That test is here — three regression tests, o…

open
status
+134/−4
diff
179K
repo stars
androidx/androidx

[Core] Add ftp to PatternsCompat PROTOCOL to match platform Patterns

androidx/androidx · #905

Proposed Changes Add ftp to PatternsCompat.PROTOCOL, matching android.util.Patterns, which added it in Android 12. This affects PatternsCompat.WEB_URL and PatternsCompat.AUTOLINK_WEB_URL, both of which currently fail to match ftp:// URLs that the platform matches on API 31+. PatternsCompatTest used ftp:// as its example of an invalid protocol in three places. Those are retargeted to gopher://, wh…

open
status
+18/−4
diff
6.1K
repo stars
flutter/flutter

Remove semantics_tester import from material_button_test.dart

flutter/flutter · #184807

Part of #182636 Summary Remove the semantics_tester.dart cross-import from material_button_test.dart. What changed Replaced the deprecated SemanticsTester/TestSemantics assertions in the MaterialButton semantics test with tester.getSemantics(...) and matchesSemantics(...) Kept the semantic size verification for the enabled and disabled button states Removed the ../widgets/semantics_tester.dart im…

merged
status
+32/−50
diff
179K
repo stars