CTK 1.0.0

This commit is contained in:
Carlos Correia
2026-07-14 22:19:26 +01:00
parent afce79b9b9
commit fb39e1f722
7 changed files with 79 additions and 65 deletions

View File

@@ -79,7 +79,7 @@ class QuizVideoGuideScreen extends StatefulWidget {
required this.youtubeId,
required this.onAdvance,
this.caption =
'Assista para compreender melhor as próximas perguntas do questionário.',
'Veja o vídeo para compreender melhor as próximas perguntas do questionário.',
this.extraHeading,
this.extraSubtitle,
});
@@ -144,7 +144,7 @@ class _QuizVideoGuideScreenState extends State<QuizVideoGuideScreen> {
const SizedBox(height: 4),
const FadeSlideIn(
child: Text(
'Antes de continuar, assista ao vídeo educativo...',
'Antes de continuar, veja o vídeo educativo...',
style: TextStyle(
fontSize: 21,
fontWeight: FontWeight.w900,