aagarwal1012 / aagarwal1012/Animated-Text-Kit

Animate RichText

オープン
#254 コメント 2 件 リアクション 4 件 担当者 0 名 GitHub で見る
主要言語
Dart
スター
1.8k
フォーク
321
PR マージ指標
30日以内にマージされた PR はありません

説明

I am using AnimatedTextKit to animate the text with a typewriter effect. I have a sentence where each word is of a different color, which is not possible to do as animatedTexts takes the list of TypewriterAnimatedText where I can only put a string, and even if I put words as a separate list item it will come after other. I want to animate a sentence typed out animation with each word as a different color.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Look at the TypewriterAnimatedText class and how it renders text. The issue requires animating a sentence where each word has a different color, which likely means extending or modifying the animation logic to handle RichText with multiple TextSpan children. Check the existing animated text widgets for how they manage text painting and animation steps. A solution would involve designing a new widget that accepts a list of styled text segments and types them out sequentially.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
dart, flutter
領域
frontend, mobile
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。