- new appicon
- smartRefreshIndicator (https://github.com/flutter/flutter/issues/65356#issuecomment-2410727567)
This commit is contained in:
2025-06-03 10:03:20 +02:00
parent e24a2122a5
commit 800df72a33
48 changed files with 206 additions and 185 deletions

View File

@ -15,6 +15,7 @@ class F0ckApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData(
scaffoldBackgroundColor: const Color.fromARGB(255, 23, 23, 23),
),