# sync_test **Repository Path**: wuming120/test ## Basic Information - **Project Name**: sync_test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: ziv/0.0.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-14 - **Last Updated**: 2025-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_menu 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: - [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) - [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) For help getting started with Flutter development, view the [online documentation](https://docs.flutter.dev/), which offers tutorials, samples, guidance on mobile development, and a full API reference. ### 如何运行 #### 运行环境 ```agsl Flutter 3.24.4 • channel stable • https://github.com/flutter/flutter.git Framework • revision 603104015d (6 days ago) • 2024-10-24 08:01:25 -0700 Engine • revision db49896cf2 Tools • Dart 3.5.4 • DevTools 2.37.3 ``` #### 在根目录运行 ```agsl flutter pub get //拉包 flutter pub upgrade //更新 dart run build_runner watch --delete-conflicting-outputs //生成 json ,retrofit , assets 目录代码 as运行参数于.run 中进行调整 vs自行生成 ```