3 Commits
Author SHA1 Message Date
bastien eb4c322001 Merge tag '0.0.3' into develop
0.0.3
2026-07-09 22:57:28 +02:00
bastien e0028e10e0 Merge branch 'release/0.0.3'
Laverie/mobile/pipeline/tag This commit looks good
2026-07-09 22:57:22 +02:00
bastien d42163f12f Maj dashboard 2026-07-09 22:57:07 +02:00
2 changed files with 2 additions and 7 deletions
@@ -60,14 +60,9 @@ class HomeScreen extends ConsumerWidget {
padding: const EdgeInsets.fromLTRB(16, 8, 16, 24), padding: const EdgeInsets.fromLTRB(16, 8, 16, 24),
children: [ children: [
Text( Text(
user?.firstName != null ? 'Bonjour ${user!.firstName} 👋' : 'Bienvenue', user?.firstName != null ? 'Bonjour ${user!.firstName}' : 'Bienvenue',
style: Theme.of(context).textTheme.headlineMedium?.copyWith(fontSize: 20), style: Theme.of(context).textTheme.headlineMedium?.copyWith(fontSize: 20),
), ),
const SizedBox(height: 4),
Text(
'Votre laverie, dans votre poche.',
style: Theme.of(context).textTheme.bodyMedium,
),
const SizedBox(height: 16), const SizedBox(height: 16),
const QuickActionsRow(), const QuickActionsRow(),
if (activeWash != null) ...[ if (activeWash != null) ...[
+1 -1
View File
@@ -3,7 +3,7 @@ description: >
Application mobile native Laverie Connectée (Android + iOS). Application mobile native Laverie Connectée (Android + iOS).
Pas de cible web Flutter — Android en priorité, iOS préparé. Pas de cible web Flutter — Android en priorité, iOS préparé.
publish_to: 'none' publish_to: 'none'
version: 0.0.2 version: 0.0.3
environment: environment:
sdk: '>=3.2.0 <4.0.0' sdk: '>=3.2.0 <4.0.0'