khlebobul / ascii_cat

Cute ASCII cat flutter app πŸˆβ€β¬›

Repository from Github https://github.comkhlebobul/ascii_catRepository from Github https://github.comkhlebobul/ascii_cat

ascii_cat

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'),
),

You can also experiment with cats from here.

About

Cute ASCII cat flutter app πŸˆβ€β¬›


Languages

Language:Dart 34.6%Language:Ruby 29.4%Language:Swift 21.6%Language:HTML 12.7%Language:Kotlin 1.3%Language:Objective-C 0.4%