Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

check if animation complete in flutter

animation.addStatusListener((status) {
   if (status == AnimationStatus.completed) {
      // do your logic
   }
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #animation #complete #flutter
ADD COMMENT
Topic
Name
1+3 =