# app_assets **Repository Path**: TTGF/app_assets ## Basic Information - **Project Name**: app_assets - **Description**: 组件化示例公共资源包,维护共享图片资源和 AppAssets 常量。 - **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 # app_assets 公共资源包,集中维护 App 共享图片资源和资源路径常量。 ## 职责 - 提供 `assets/images/` 下的公共图片。 - 提供 `AppAssets` 常量,避免业务代码散落硬编码路径。 - 被 `app_core`、`app_widgets` 和各 feature 包引用。 ## 使用 ```dart Image.asset(AppAssets.empty) ``` ## 说明 feature 私有资源优先放在各 feature 包内;跨模块复用的资源再放入本包。