yako-dev / flutter_badges

A flutter package for creating badges.

Home Page:https://pub.dev/packages/badges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to do a typing animation?

AdrKacz opened this issue · comments

Environment

Apple / Android, sdk: ">=2.17.0 <3.0.0"

Describe your question

I can see there are multiple ways of doing animation with the Badges. However, they are all about the overall widget. Will it be possible to design a typing animation with your packages (three dot shading in and out in sequence)

Thank you for your excellent package, it saves a lot of engineering time for my personal projects 🎉

commented

Hey @AdrKacz. This is out of scope of this package, but I think you can easily implement it with this package: https://pub.dev/packages/animated_text_kit, as you can pass any widget into the badge content.