From d9af8ecdb981eb553f4eb595abbd66fd1b7cb9d7 Mon Sep 17 00:00:00 2001 From: cp-sneha-s Date: Thu, 29 Feb 2024 09:09:49 +0530 Subject: [PATCH] Fix blink issue --- example/pubspec.lock | 2 +- lib/src/component/motion_animated_content.dart | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 9b69c25..5fb5634 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "0.0.3" + version: "1.0.0" async: dependency: transitive description: diff --git a/lib/src/component/motion_animated_content.dart b/lib/src/component/motion_animated_content.dart index a223be3..ad8965d 100644 --- a/lib/src/component/motion_animated_content.dart +++ b/lib/src/component/motion_animated_content.dart @@ -77,7 +77,6 @@ class MotionAnimatedContentState extends State } if (oldWidget.index != widget.index) { visible= widget.motionData.visible; - print("$index------------ $visible"); } WidgetsBinding.instance.addPostFrameCallback((timeStamp) { if (mounted) {