This project is a mobile application developed using Flutter, designed to replicate the core interface and interaction patterns of a messaging application similar to WhatsApp.
It focuses on UI construction, navigation flow, and component structuring, serving as a technical demonstration of mobile interface development.
- Chat interface layout
- Contact list structure
- Message screen design
- Navigation between screens
- Reusable UI components
- Flutter (Dart)
- Material UI
- Stateful and Stateless Widgets
Completed
Educational / Technical Demonstration
This project was developed to explore and demonstrate mobile UI architecture, layout structuring, and component-based design using Flutter.
(Add screenshots here if available)
-
Clone the repository: git clone https://github.com/BrunoSalgadoti/AulaWhatsapp.git
-
Navigate to the project folder: Aulawhatsapp
-
Install dependencies: flutter pub get
-
Run the application: flutter run
This project does not implement real-time messaging or backend communication. Its focus is strictly on front-end structure and UI behavior.