Flutter application developed as a hands-on activity for the Mobile Application Visual Elements, User Interface, and Usability Development course — Senac Taboão da Serra.
- Login screen with field validation and SnackBar feedback
- Main screen (Home) with access to registration
- Student registration screen with per-field inline validation
lib/
├── main.dart
└── pages/
├── login_page.dart
├── home_page.dart
└── cadastro_page.dart
- Flutter SDK 3.x
- Dart 3.x
- Android Emulator or physical device
flutter pub get
flutter rungraph LR
A[LoginPage] -->|fields filled| B[HomePage]
B -->|register button| C[CadastroPage]
C -->|saved successfully| C