Skip to content

Commit

Permalink
Fix blink issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Feb 29, 2024
1 parent 883fda8 commit d9af8ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.3"
version: "1.0.0"
async:
dependency: transitive
description:
Expand Down
1 change: 0 additions & 1 deletion lib/src/component/motion_animated_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class MotionAnimatedContentState extends State<MotionAnimatedContent>
}
if (oldWidget.index != widget.index) {
visible= widget.motionData.visible;
print("$index------------ $visible");
}
WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
if (mounted) {
Expand Down

0 comments on commit d9af8ec

Please sign in to comment.