AnimatedCursor
A Flutter app showcasing custom animated cursor with colour coded feedback for password validation.
Install / Use
/learn @Crazelu/AnimatedCursorREADME
Animated Cursor
This is an implementation of a text editing interface I saw on Twitter that I thought was fun by @pacocoursey. I have adapted my implementation to work for password validation.
Uses:
TextPainter- Implicit Flutter Animations
AnimationControllerandAnimationObjects
