// the find
kalismeras61/flutter_awesome_design_pages
Flutter Awesome Design Pages and Widgets
A collection of Flutter UI screens and widgets — login pages, credit card designs, onboarding animations, passcode entry, wave animations — all in one runnable demo app. It's a reference gallery for Flutter developers who want to see how specific visual effects are built before implementing them.
The onboarding page with tinder-style swipe animations is genuinely useful to see implemented. The passcode widget went far enough to be published as a pub.dartlang package, which says something. The widget directory is cleanly separated from pages, so lifting out a single component isn't painful. The GIFs in the README actually show what you're getting before you clone.
Abandoned since February 2023 — Flutter has had multiple breaking releases since then and this almost certainly doesn't build without fixes. No pubspec.lock committed, so dependency resolution is a gamble. Everything is thrown in a single Flutter app with no organization beyond flat files in lib/, which means 'studying' a widget means reading past all the unrelated ones. The README is barely a README — just a table of screenshots and a star-begging line.