# riverpod_app **Repository Path**: TTGF/riverpod_app ## Basic Information - **Project Name**: riverpod_app - **Description**: 组件化示例 App 主工程,负责应用壳、启动入口、主题多语言和业务包组装。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-30 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # riverpod_app 组件化示例 App 的主工程,只负责应用壳、启动入口、登录态分发、主题/多语言挂载和 feature 模块组装。 ## 职责 - 初始化 Riverpod、ScreenUtil、EasyLoading。 - 注册各 feature 的路由。 - 注册模型解析器。 - 组合首页、资讯、书架、我的、搜索等业务包。 - 通过 Gitee git 依赖引用基础包、领域包和业务包。 ## 依赖关系 主工程不承载具体业务实现,业务能力来自以下远端包: - `app_assets` - `app_core` - `domain_comic` - `feature_home` - `feature_news` - `feature_bookshelf` - `feature_profile` - `feature_search` ## 运行 ```bash flutter pub get flutter run ``` ## 测试 ```bash flutter analyze flutter test ```