diff --git a/stream_chat_v1/lib/main.dart b/stream_chat_v1/lib/main.dart index 893e52c..1380bf2 100644 --- a/stream_chat_v1/lib/main.dart +++ b/stream_chat_v1/lib/main.dart @@ -70,6 +70,7 @@ class _MyAppState extends State with TickerProviderStateMixin { void _createAnimations() { _scaleAnimationController = AnimationController( vsync: this, + value: 0, duration: Duration( milliseconds: 500, ), @@ -114,7 +115,7 @@ class _MyAppState extends State with TickerProviderStateMixin { @override void initState() { timeOfStartMs = DateTime.now().millisecondsSinceEpoch; - + _createAnimations(); _initConnection().then(