This commit is contained in:
Carlos Correia
2026-03-04 15:54:24 +00:00
parent b405cfb93b
commit ebca3cfdce
147 changed files with 9168 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
class AppStrings {
// Initial screen
static const String registrar = 'Registrar';
static const String entrar = 'Entrar';
// Common
static const String appTitle = 'Run Vision Pro';
}