add shimmer effect

This commit is contained in:
Salvatore Giordano
2020-11-17 11:38:34 +01:00
parent 957194217b
commit 0d7bf98a5b
4 changed files with 203 additions and 119 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ void main() async {
logLevel: Level.INFO,
showLocalNotification:
(!kIsWeb && Platform.isAndroid) ? showLocalNotification : null,
persistenceEnabled: true,
persistenceEnabled: false,
);
if (userId != null) {