CKT String|Colors

This commit is contained in:
Carlos Correia
2026-07-15 19:13:15 +01:00
parent 3214a07779
commit a8af2c6845
35 changed files with 1390 additions and 688 deletions

View File

@@ -0,0 +1,6 @@
/// Texto do ecrã de boas-vindas ([HelloSplashScreen]).
class SplashStrings {
const SplashStrings._();
static const String greeting = 'Olá';
}