Hello,
I'm Sushanth Rai, an aspiring contributor for GSoC 2025 under the Dart organization. I wanted to share a brief update on the tool I’ve been building: a Java/Kotlin to Dart code translator using JNIgen conventions, powered by the Gemini API.
Here’s what I’ve completed so far:
Created a CLI tool using Dart
Integrated Gemini 1.5 Pro API for code translation
Implemented file input/output and interactive mode
Added auto-extraction and formatting of code from API responses
Successfully tested with Android CameraX code samples