An OTR generation tool
84
stars
58
commits
Dart
primary language
Aug 11, 2026
updated

An OTR / O2R generation tool.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
When adding any text to retro, be sure to make it localizable by doing the following
import 'package:retro/l10n/app_localizations.dart'; is properly imported in the file you're adding any kind of text.final AppLocalizations i18n = AppLocalizations.of(context)!;present in the override.i18n.components_myFile_keyNamei18n.myFile_keyNameapp_en.arb which will contain your text.Dart
81.3%
C++
8.9%
CMake
7.8%
An OTR generation tool
84
stars
58
commits
Dart
primary language
Aug 11, 2026
updated

An OTR / O2R generation tool.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
When adding any text to retro, be sure to make it localizable by doing the following
import 'package:retro/l10n/app_localizations.dart'; is properly imported in the file you're adding any kind of text.final AppLocalizations i18n = AppLocalizations.of(context)!;present in the override.i18n.components_myFile_keyNamei18n.myFile_keyNameapp_en.arb which will contain your text.Dart
81.3%
C++
8.9%
CMake
7.8%