A new Flutter project.
This is a simple static Flutter application built for testing and demonstration purposes. The app focuses on text input validation, basic navigation, and user interaction.
It does not use any backend or database — all functionality is handled locally within the app.
- Text input fields (Email, Password,Age, Message)
- Form validation (required fields, email format, password length)
- Toast messages for quick feedback
- Snackbar notifications
- Navigation between screens (Create profile → submit review)
- Dark mode support
- Screen orientation support (portrait/landscape)
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.