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.
- Host: GitHub
- URL: https://github.com/ersinaksar/flutter_architecture_hub
- Owner: ersinaksar
- Created: 2024-12-03T12:40:12.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-19T15:05:43.000Z (6 months ago)
- Last Synced: 2024-12-19T16:23:04.944Z (6 months ago)
- Topics: 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
- Language: Dart
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-CN.md
- Funding: .github/FUNDING.yml
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**: 应用程序入口点。