Go to file
LingandRX 6c64c86239 feat: 初始化 Flutter 项目
- 添加 .gitignore 文件,配置项目忽略项
- 创建 .metadata 文件,记录项目元数据
- 编写 README.md,介绍项目基本信息
- 配置 analysis_options.yaml,设置代码分析规则
- 创建 Android 相关文件和目录结构
- 创建 iOS 相关文件和目录结构
2025-04-23 00:00:04 +08:00
android feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
ios feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
lib feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
linux feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
macos feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
test feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
web feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
windows feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
.gitignore feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
.metadata feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
analysis_options.yaml feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
pubspec.lock feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
pubspec.yaml feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00
README.md feat: 初始化 Flutter 项目 2025-04-23 00:00:04 +08:00

item_tracker

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.