aagarwal1012 / Animated-Text-Kit

🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
https://animated-text-kit.web.app
MIT License
1.64k stars 306 forks source link

[TypewriterAnimatedText] How to remove cursor blinking at the end ? #302

Open dleurs opened 1 year ago

dleurs commented 1 year ago

How to remove cursor blinking at the end ?

I can see here that cursor "_" blinks 5 times in the next line, I am wondering if i can remove these blinks at the end

https://user-images.githubusercontent.com/58068925/213699339-252d7dda-047a-4c90-9491-79e624b4aff3.mov

AnimatedTextKit(
  animatedTexts: [
    TypewriterAnimatedText(
      greetingsText,
      speed: const Duration(milliseconds: 200),
    ),
  ],
  totalRepeatCount: 1,
)

Thank you for your time !

jpv123 commented 1 year ago

Hi! Did you find any solution to this? Looking at the code it seems the blinking is hard coded in the animation of typewriter.dart

cc: @aagarwal1012

dleurs commented 1 year ago

For now, no solution found

chadlyalan commented 1 year ago

I would also love a solution here, seems weird that something like this is hard coded and can't be configured.