This commit is contained in:
Salvatore Giordano
2021-02-16 17:22:32 +01:00
parent 02565c85a9
commit 56ca59e19d
+2 -1
View File
@@ -70,6 +70,7 @@ class _MyAppState extends State<MyApp> with TickerProviderStateMixin {
void _createAnimations() {
_scaleAnimationController = AnimationController(
vsync: this,
value: 0,
duration: Duration(
milliseconds: 500,
),
@@ -114,7 +115,7 @@ class _MyAppState extends State<MyApp> with TickerProviderStateMixin {
@override
void initState() {
timeOfStartMs = DateTime.now().millisecondsSinceEpoch;
_createAnimations();
_initConnection().then(