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) {
+1 -1
View File
@@ -1,6 +1,6 @@
name: example
description: A new Flutter project.
version: 1.0.59+61
version: 1.0.60+62
environment:
sdk: ">=2.2.2 <3.0.0"