Animated-Text-Kit icon indicating copy to clipboard operation
Animated-Text-Kit copied to clipboard

Added onFinished callback to TextLiquidFill

Open ertgrulll opened this issue 3 years ago β€’ 3 comments

Added onFinished callback to TextLiquidFill, readme and example updated according to change.

ertgrulll avatar Jul 04 '21 00:07 ertgrulll

@aagarwal1012 I guess it will be a great addition to all the animation not only TextLiquidFill, so it would be great if it would be included in AnimatedTextKit class so every animation will get this. I just wanted to know that if there is any way we already support this?

SirusCodes avatar Jul 04 '21 12:07 SirusCodes

AnimatedTextKit already has onFinished that triggering on children animations end. But TextLiquidFill is not using as AnimatedTextKit child. I am routing user to another screen on this animation end, so I was need to listen that. I think just TextLiquidFill need this property πŸ™„

ertgrulll avatar Jul 04 '21 14:07 ertgrulll

Codecov Report

Merging #262 (f64bfb8) into master (24c2592) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #262      +/-   ##
==========================================
+ Coverage   95.38%   95.44%   +0.06%     
==========================================
  Files          10       10              
  Lines         455      461       +6     
==========================================
+ Hits          434      440       +6     
  Misses         21       21              
Impacted Files Coverage Ξ”
lib/src/text_liquid_fill.dart 100.00% <100.00%> (ΓΈ)

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 24c2592...f64bfb8. Read the comment docs.

codecov[bot] avatar Jul 04 '21 14:07 codecov[bot]