phamdinhduc795397/flutter-getx-clean-architecture
一个使用 GetX 的 Flutter 清洁架构。
- Stars
- 222
- Forks
- 87
- 最近推送(UTC)
- 2022年10月24日
- 项目状态
- 未归档
语言DartHTMLRubySwiftKotlinObjective-C
使用的依赖
依赖清单 10 项
- flutter
{"sdk":"flutter"} - get
^4.1.4 - tuple
^2.0.0 - cached_network_image
^3.1.0 - json_annotation
— - jiffy
^4.1.0 - shared_preferences
^2.0.6 - visibility_detector
^0.2.0 - cupertino_icons
^1.0.2 - flutter_test开发依赖
{"sdk":"flutter"}
所在榜单
原始 README
以下为英文项目原文快照,最新内容请访问 GitHub。
展开 / 收起项目 README
flutter-getx-clean-architecture
A Flutter Clean Architecture Using GetX.
Work Flow
alt text
Project Structure
|-- lib
|-- main.dart
|-- app
|-- core
|-- usecases
|-- config
|-- app_constants.dart
|-- app_colors.dart
| -- app_text_styles.dart
|-- services
|-- util
|-- types
|-- extensitons
|-- data
|-- models
|-- repositories
|-- providers
|-- database
|-- network
|-- apis
|-- api_endpoints.dart
|-- api_provider.dart
|-- api_representable.dart
|-- domain
|-- entities
|-- repositories
|-- usecases
|-- presentation
|-- controllers
|-- pages
|-- views
|-- app.dart
Features
- Integrating Unit Test.
- Create an easy to use API provider with GetConnect.