# hm_shop **Repository Path**: dakedou/hm_shop ## Basic Information - **Project Name**: hm_shop - **Description**: flutter 项目demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-01 - **Last Updated**: 2025-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hm_shop A new Flutter project. ##目录结构 - api #存放请求 - assets #存放资源 - components #存放公共组件 - contants #存放常量文件 - viewmodels #存放类型文件 - pages #存放页面 - routers #存放路由 - stores #存放全局状态组件 - utils #存放工具类 - main.dart #入口文件 /**安装下载常用的依赖*/ flutter pub add carousel_slider //轮播图 flutter pub add dio // 网络请求