finds.dev← search

// the find

abuanwar072/Welcome-Login-Signup-Page-Flutter

★ 1,338 · Dart · MIT · updated Jun 2026

Mobile app onboarding, Login, Signup page with #flutter.

A Flutter UI template with welcome, login, and signup screens. It's a visual starting point for developers who need auth screens quickly and don't want to build the layout from scratch. Targets Flutter beginners learning screen composition.

The component decomposition is sensible — each screen is split into logical sub-widgets rather than one giant build() method. Responsive layout via a dedicated responsive.dart file means it actually works across Android, iOS, web, and desktop without hacks. SVG assets via flutter_svg keeps icons sharp at any density. The live web preview is a nice touch for evaluating it before cloning.

There is no actual auth logic — no form validation, no state management, no API calls, no error handling. You get pixels, not plumbing. The codebase hasn't kept up with Flutter: it's missing null safety idioms in places and the dependency versions are old. The 862 forks and 1.3k stars are entirely explained by this being a YouTube tutorial companion — the code quality reflects that origin. Anyone who grabs this expecting a production-ready auth flow will be rewriting the interesting parts immediately.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →