Go to file
LingandRX b83b2a74ba docs: 更新 README 并删除 iOS 项目文件
- 在 README.md 中添加项目文件夹说明
- 删除 iOS 相关的多个文件和配置
2025-01-02 22:27:49 +08:00
android 添加 Flutter 项目配置文件和忽略文件,初始化各平台的基本结构 2024-12-22 23:06:50 +08:00
jsons docs: 更新 README 并删除 iOS 项目文件 2025-01-02 22:27:49 +08:00
lib docs: 更新 README 并删除 iOS 项目文件 2025-01-02 22:27:49 +08:00
test 添加 Flutter 项目配置文件和忽略文件,初始化各平台的基本结构 2024-12-22 23:06:50 +08:00
web 添加 Flutter 项目配置文件和忽略文件,初始化各平台的基本结构 2024-12-22 23:06:50 +08:00
.gitignore 添加 Flutter 项目配置文件和忽略文件,初始化各平台的基本结构 2024-12-22 23:06:50 +08:00
.metadata add main.dart 2024-12-28 23:05:08 +08:00
analysis_options.yaml 添加 Flutter 项目配置文件和忽略文件,初始化各平台的基本结构 2024-12-22 23:06:50 +08:00
pubspec.lock 添加 Flutter 项目配置文件和忽略文件,初始化各平台的基本结构 2024-12-22 23:06:50 +08:00
pubspec.yaml 添加 Flutter 项目配置文件和忽略文件,初始化各平台的基本结构 2024-12-22 23:06:50 +08:00
README.md docs: 更新 README 并删除 iOS 项目文件 2025-01-02 22:27:49 +08:00

flutter_application_demo

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

文件夹 作用
common 一些工具类,如通用方法类、网络接口类、保存全局变量的静态类等
l10n 国际化相关的类都在此目录下
models Json文件对应的Dart Model类会在此目录下
states 保存APP中需要跨组件共享的状态类
routes 存放所有路由页面类
widgets APP内封装的一些Widget组件都在该目录下