Write better code, ship with confidence
CodeSense is an AI-powered Flutter app that reviews your code instantly, detecting bugs, suggesting improvements, and providing corrected code with explanations. Built for developers who want to ship better code faster.
Screenshots coming soon
- Paste any code in any programming language
- Auto language detection by AI
- Manual language override with 15+ languages supported
- AI gives code quality score 0-100 with animated circle
- Bug detection with severity levels: critical, warning, minor
- Best practice improvement suggestions
- Complete fixed and corrected code with syntax highlighting
- Plain English explanation of all issues
- Copy fixed code to clipboard with animation
- Save full review history locally with Hive
- Share complete report as text
- Onboarding slides on first launch
- Cyan and Midnight premium dark UI
JavaScript, Python, Java, Dart, C++, C#, Go, Rust, PHP, TypeScript, Kotlin, Swift, Ruby, HTML, CSS
| Technology | Purpose |
|---|---|
| Flutter 3.41.9 | UI framework |
| Dart 3.11.5 | Programming language |
| Gemini AI 1.5 Flash | AI code analysis |
| Hive | Local storage |
| flutter_highlight | Syntax highlighting |
| share_plus | Export and share |
| google_fonts | Poppins and JetBrains Mono |
git clone https://github.com/guntimadhu/codesense.git cd codesense flutter pub get
Add your Gemini API key in lib/services/gemini_service.dart
flutter run
- Tap + to start a new review
- Paste your code in the editor
- Select language or let AI auto-detect
- Tap Review with AI
- View bugs, improvements, and fixed code
- Copy fixed code and save review history
Contributions are welcome!
MIT License