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

https://github.com/ersinaksar/flutter_architecture_hub

A modular and scalable Flutter project template implementing Clean Architecture, Riverpod state management, and advanced design principles for professional app development.
https://github.com/ersinaksar/flutter_architecture_hub

design-patterns firebase flutter flutter-module flutter-template modular-architecture open-source open-source-project open-sources-code-github provider-state-management riverpod software-architecture software-architecture-and-design

Last synced: 2 months ago
JSON representation

A modular and scalable Flutter project template implementing Clean Architecture, Riverpod state management, and advanced design principles for professional app development.

Awesome Lists containing this project

README

        

# 项目文档

🌐 [English](README.md) | [Türkçe](README-TR.md)

此项目遵循 Clean Architecture 原则并使用 Flutter。

## 文件结构
- **lib/app/**: 全局配置、路由和根组件。
- **lib/core/**: 公共提供程序、帮助程序和常量。
- **lib/features/**: 按层划分的功能模块。
- **lib/main.dart**: 应用程序入口点。