Notification screen

This commit is contained in:
2024-11-23 16:55:23 +08:00
parent 63499df99f
commit 85a1dd3053
9 changed files with 792 additions and 3 deletions

View File

@ -63,6 +63,11 @@ class NavigationProvider extends ChangeNotifier {
screen: 'album',
label: 'screenAlbum',
),
AppNavDestination(
icon: Icon(Symbols.notifications, weight: 400, opticalSize: 20),
screen: 'notification',
label: 'screenNotification',
),
];
static const List<String> kDefaultPinnedDestination = [
'home',