A lean, cross-platform code editor built with Flutter. VS Code familiarity without the bloat — targeting Android, iOS, macOS, Linux, and Windows from a single codebase.
lib/ ├── core/ │ ├── theme.dart # Design tokens, couleurs, gradients │ ├── tv_layout.dart # TVSizes, TVDetector, extensions context │ ├── tv_navigation.dart # TvBackHandler, FocusableNavTab │ ├── l10n ...