# flutter_framework **Repository Path**: zyz1720/flutter_framework ## Basic Information - **Project Name**: flutter_framework - **Description**: 使用flutter构建应用的基础模板 - **Primary Language**: Unknown - **License**: 0BSD - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-10 - **Last Updated**: 2025-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: Flutter ## README # flutter_application 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. # 安装Flutter SDK版本管理工具 ``` dart pub global activate fvm 环境变量配置 Path + C:\Users\<你的用户名>\AppData\Local\Pub\Cache\bin ``` # 重新生成目录结构 ``` flutter create . ```