Cute ASCII cat app πββ¬
demo.mov
Sound on π΅
After seeing AdΓ©laΓ―de Sky's post in x I decided to make a similar implementation on Flutter. The second reason and purpose for the creation is to practice working with Riverpod.
You cat find this cat here.
β±|γ
(ΛΛ γ7
lγΛγ΅
γγΛΛ)γ
Code version
Text(
isTailMoving
? ' β±|γ\n(ΛΛ γ7\n lγΛγ΅\n γγΛΛ)γ'
: ' β±|γ\n(ΛΛ γ7\n lγΛγ΅\n γγΛΛ)οΈ΅',
style: TextStyle(fontSize: 30, fontFamily: 'Fira Code'),
),
-
In order for the characters to be of the same style, I chose the Fira Code font.
You can also experiment with cats from here.