https://github.com/evandersondev/motels_go_test
https://github.com/evandersondev/motels_go_test
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evandersondev/motels_go_test
- Owner: evandersondev
- Created: 2025-02-11T20:17:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T22:44:53.000Z (over 1 year ago)
- Last Synced: 2025-04-03T02:18:31.067Z (about 1 year ago)
- Language: Dart
- Size: 19.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 **Guia de Moteis GO**

Welcome to **Guia de Moteis GO**! This project showcases simple architecture with Flutter, incorporating key principles like SOLID, Dependency Injection, and more. Let's dive into the details!
---
### 🏁 **Getting Started**
To get started with this project, make sure you have Flutter installed and set up. This project was developed with Flutter version `v3.27.1`.
#### Follow these steps to get the project running:
1. **Install dependencies**:
Open your terminal and run:
```bash
flutter pub get
```
2. Run in Debug Mode: Press F5 to start the application in debug mode.
3. Run Without Debug Mode: Press CTRL + F5 to run the application without debug mode.
## ✨ Features
This project implements the following features:
- 📦 Repository Pattern: Cleanly separates business logic from data access logic.
- 🏷️ State Management: Utilizes state management to handle app states effectively.
- ⚙️ SOLID Principles: Ensures maintainable, flexible, and scalable code.
- 🔌 Dependency Injection: Facilitates the decoupling of class dependencies for easier testing and maintenance.
### 📜 License
This project is licensed under the MIT License - see the LICENSE page for details.