feat: Integrate ShadSonner for improved toast notifications across multiple screens

This commit is contained in:
2025-09-09 16:22:55 +02:00
parent 5684a197e7
commit 769d113713
12 changed files with 197 additions and 83 deletions

View File

@@ -105,7 +105,9 @@ class MyApp extends StatelessWidget {
colorScheme: const ShadZincColorScheme.dark(),
),
themeMode: settingsProvider.themeMode,
home: const HomeScreen(),
home: ShadSonner(
child: const HomeScreen(),
),
debugShowCheckedModeBanner: false,
);
},