Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazelu/animatedcursor
A Flutter app showcasing custom animated cursor with colour coded feedback for password validation.
https://github.com/crazelu/animatedcursor
Last synced: 4 days ago
JSON representation
A Flutter app showcasing custom animated cursor with colour coded feedback for password validation.
- Host: GitHub
- URL: https://github.com/crazelu/animatedcursor
- Owner: Crazelu
- Created: 2023-09-16T02:57:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T03:43:20.000Z (about 1 year ago)
- Last Synced: 2024-11-01T18:51:34.601Z (11 days ago)
- Language: Dart
- Homepage:
- Size: 262 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animated Cursor
This is an implementation of a text editing interface I saw on Twitter that I thought was fun by [@pacocoursey](https://twitter.com/pacocoursey).
I have adapted my implementation to work for password validation.Uses:
- `TextPainter`
- Implicit Flutter Animations
- `AnimationController` and `Animation` Objects## Original Post on Twitter
## Adapted Implementation for Password Validation