Skip to content

With flutter- MVVM to achieve a very simple mall shopping project

Notifications You must be signed in to change notification settings

githubityu/studylinjiashop

Repository files navigation

[TOC]

With flutter- MVVM to achieve a very simple mall shopping project

Project directory interface

image

├─api

│ └─models model和viewmodel代码

├─base BasePageState 实现MVVMVIews,提供view和CancelToken

├─common

├─config 接口的url,用户信息

├─generated

├─http 网络请求数据相关,返回基类数据信息,异常处理,弹框显示和隐藏

├─page 项目页面

│ ├─cart

│ ├─home

│ │ └─details

│ ├─member

│ ├─order

│ ├─root

│ └─search

├─provider

├─receiver

├─res

├─routes 路由操作相关

├─utils

├─view

└─widget ├─dialog ├─scroll └─view

API code

linjiashopstudy

用gradle,springboot,jwt security 编写
Reference Item

ncov_2019

linjiashop-flutter

flutter_deer

linjiashop

About

With flutter- MVVM to achieve a very simple mall shopping project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages