This commit is contained in:
@@ -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
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user