From 4c30808d003b46bfa26df8c97f2af149f51a6b1d Mon Sep 17 00:00:00 2001 From: Jakub Date: Sun, 12 Nov 2023 11:57:02 +0100 Subject: [PATCH] fix: fixed dark mode --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index dcc85509..a1cc2969 100644 --- a/README.md +++ b/README.md @@ -135,12 +135,6 @@ You can set `showInspectorOnShake` in Alice constructor to open inspector by sha Alice alice = Alice(..., showInspectorOnShake: true); ``` -If you want to use dark mode just add `darkTheme` flag: - -```dart -Alice alice = Alice(..., darkTheme: true); -``` - If you want to pass another notification icon, you can use `notificationIcon` parameter. Default value is @mipmap/ic_launcher. ```dart Alice alice = Alice(..., notificationIcon: "myNotificationIconResourceName");