2025-08-28 14:14:27 +08:00

29 lines
638 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 斯凯签勤
## 开发环境
- flutter3.19.6
## 目录说明
- api接口请求
- base父类、app生命周期、权限等相关的控制
- common常量、工具类、颜色、图片、组件的内容都放在该目录下
- i18n国际化
- routes路由
- views页面
## 多flavor配置
- 配置文件在[flavorizr.yaml](flavorizr.yaml)
> 增加flavor环境所需要的命令参考[flavorizr.yaml](flavorizr.yaml)文件中的说明
>
> 文档链接https://pub.dev/packages/flutter_flavorizr
>
> 注意该插件最好在mac环境下运行
- 项目运行
```shell
flutter run --flavor <flavor昵称>
```