mirror of
https://github.com/vleeuwenmenno/supplements.git
synced 2025-09-11 18:29:12 +02:00
feat: Integrate ShadSonner for improved toast notifications across multiple screens
This commit is contained in:
@@ -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,
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user