aagarwal1012 / aagarwal1012/Animated-Text-Kit
[TypewriterAnimatedText] How to remove cursor blinking at the end ?
- Dominant language
- Dart
- Stars
- 1.8k
- Forks
- 321
- PR merge metrics
- No merged PRs in 30d
Description
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 !
Contributor guide
Research direction
Look at the TypewriterAnimatedText class in the animated_text_kit package. The cursor blinking is likely controlled by a parameter or property within that class. Check the source code for cursor-related settings, possibly in the animation logic. Test changes by running the example app to verify the cursor no longer blinks after the text finishes typing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- frontend, mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 40/100