Skip to content

Commit 2ce802b

Browse files
authored
Merge pull request #54 from jcardus/main
main
2 parents 559359b + ae1b322 commit 2ce802b

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

lib/l10n/app_pt.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
"emailOrUsername": "Email ou Nome de Utilizador",
99

10-
"password": "Palavra-passe",
10+
"password": "Senha",
1111

1212
"required": "Obrigatório",
1313

lib/pages/login_page.dart

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ class _LoginPageState extends State<LoginPage> {
8989
mainAxisAlignment: MainAxisAlignment.center,
9090
mainAxisSize: MainAxisSize.min,
9191
children: [
92+
ClipRRect(
93+
borderRadius: BorderRadius.circular(20),
94+
child: Image.asset(
95+
'assets/app_icon.png',
96+
width: 96,
97+
height: 96,
98+
),
99+
),
100+
const SizedBox(height: 16),
92101
Text(l10n.signIn, style: const TextStyle(fontSize: 20, fontWeight: FontWeight.bold)),
93102
const SizedBox(height: 16),
94103
if (_error != null)

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: manager
22
description: "JS Rastreamento"
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
44

5-
version: 3.18.7+1
5+
version: 3.18.8+1
66

77
environment:
88
sdk: ^3.9.2
@@ -54,6 +54,7 @@ flutter:
5454

5555
assets:
5656
- assets/marker.png
57+
- assets/app_icon.png
5758
fonts:
5859
- family: platform-font
5960
fonts:

0 commit comments

Comments
 (0)