Flutter App with Custom Animated Cursor and Color-coded Password Validation Feedback

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
  • AnimationController and Animation Objects

Original Post on Twitter

Demo of original UI posted on Twitter

Adapted Implementation for Password Validation

Adapted implementation demo

GitHub

View Github

Description of the image

Related Posts