fix: withOpacity au lieu de withValues (API Flutter 3.24)
Build APK / build (push) Failing after 2m29s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
neckfire
2026-07-13 09:38:23 +02:00
co-authored by Claude Opus 4.8
parent 7cde9b9d19
commit fac757d9a0
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class _LoginScreenState extends State<LoginScreen> {
gradient: LinearGradient(
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [scheme.primary.withValues(alpha: 0.25), scheme.surface],
colors: [scheme.primary.withOpacity(0.25), scheme.surface],
),
),
child: SafeArea(