An open API service indexing awesome lists of open source software.

https://github.com/evandersondev/motels_go_test


https://github.com/evandersondev/motels_go_test

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          





Project Logo


License MIT




# 🚀 **Guia de Moteis GO**




![Alt Text](assets/videos/video.gif)




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.