Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 632 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 632 Bytes

hotline_form

A Login Form app for Hotline, the position of Middle Flutter Engineer.

🚀 Features

  • A beautiful UI
  • Rest APIs Integration
  • User Input Validation
  • clean architecture, with custom components and separation of concerns

🛠️ Technologies Used

  • Frontend: Flutter, Dart
  • State Management: setState
  • Backend: Dio, Rest APIs, with Mock requests
  • Navigation: Navigator v2.0

🏗️ Architecture

The app follows Clean Architecture, ensuring separation of concerns:

  • data- Rest APIs implementation
  • domain - model classes
  • presentation - UI and Presentation