Skip to content

A third-party application developed using Flutter.

Notifications You must be signed in to change notification settings

HurTeng/flutter-ecook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter-ecook

基于flutter实现的第三方菜谱应用

GitHub地址: github

项目截图

  • 首页

home

  • 推荐菜谱

hot

  • 菜谱分类

category

  • 我的

my

  • 分类列表

menu_category

  • 菜式详情

menu_detail_1 menu_detail_2

  • 搜索

search

项目结构


├── android            // android相关目录
├── ios                // ios相关目录
├── lib                // flutter目录
│   ├── common         // 通用类
│   ├── list           // 列表组件
│   ├── page           // 内容页面 
│   ├── widget         // 封装的控件
│   └── main.dart      // flutter入口文件
└── pubspec.yaml       // 项目配置文件

项目安装

# 获取项目
git clone https://github.com/HurTeng/flutter-ecook.git

# 进入文件夹
cd flutter-ecook

# 安装依赖
flutter packages get

# 运行项目
flutter run