Skip to content

Commit 22ccc8e

Browse files
committed
Acertado
1 parent 86e7c34 commit 22ccc8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/pages/guidePage.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class _GuidePageState extends State<GuidePage> {
3939
title: "Capítulo 1\nReceitas e Despesas",
4040
page: GuidePage01(),
4141
),
42+
4243
const SizedBox(height: 16),
4344
_buildGuideCard(
4445
context,

lib/pages/infoPage.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,16 @@ class _InfoPageState extends State<InfoPage> {
139139
padding: const EdgeInsets.all(16),
140140
alignment: Alignment.centerLeft,
141141
child: const Text(
142-
"• Projeto idealizado pelo professor Fred de Ciências Contábeis e auxiliado pelo professor Elvio de Ciência da Computação.",
142+
"• Projeto idealizado pelo professor Prof. Me. Fred Aparecido Matano de Ciências Contábeis e auxiliado pelo Prof. Dr. Elvio Gilberto da Silva de Ciência da Computação.",
143143
textAlign: TextAlign.left,
144144
),
145145
),
146+
Text("Desenvolvimento:"),
146147
Padding(
147148
padding: const EdgeInsets.symmetric(horizontal: 16),
148149
child: Image.asset("assets/img/Ciencia_da_Computacao.png"),
149150
),
151+
Text("Apoio:"),
150152
Padding(
151153
padding: const EdgeInsets.symmetric(horizontal: 16),
152154
child: Image.asset("assets/img/Coordenacao.png"),

0 commit comments

Comments
 (0)