# FlutterCarManager **Repository Path**: HesenjanJava/flutter-car-manager ## Basic Information - **Project Name**: FlutterCarManager - **Description**: 基于Flutter的汽车管理应用开发项目,提供车辆信息管理、维护提醒等功能,助力开发者快速构建高效美观的汽车管理应用。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-24 - **Last Updated**: 2025-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Enterprise Management System A comprehensive Flutter-based enterprise management system supporting multiple platforms including Android, iOS, Linux, macOS, and Windows. ## Getting Started ### Flutter Version Management (FVM) This project uses **Flutter Version Management (FVM)** to ensure consistent Flutter SDK versions across all development environments. #### Prerequisites - Dart SDK installed - Git installed #### Installation 1. Install FVM globally: ```bash dart pub global activate fvm ``` 2. Clone the repository: ```bash git clone cd carmanager ``` 3. Install the Flutter version specified in the project (Flutter 3.10.3): ```bash fvm install ``` > **Note:** If you encounter network issues accessing GitHub, you can try configuring Flutter mirrors: > ```bash > # For Huawei Cloud mirror (example) > set PUB_HOSTED_URL=https://mirrors.huaweicloud.com/repository/npm > set FLUTTER_STORAGE_BASE_URL=https://mirrors.huaweicloud.com/flutter > fvm install > ``` 4. Use the project's Flutter version: ```bash fvm use ``` 5. Verify the Flutter version: ```bash fvm flutter --version ``` ### Project Setup 1. Install dependencies: ```bash fvm flutter pub get ``` 2. Run the application: ```bash fvm flutter run ``` ### Building the Application The project uses `flutter_distributor` for multi-platform packaging. Configuration can be found in `distribute_options.yaml`. For Android development, the project is configured to use FVM-managed Flutter SDK 3.10.3 in the `dev-release` configuration. ## Resources - [Flutter Documentation](https://docs.flutter.dev/) - [FVM Documentation](https://fvm.app/documentation/getting-started) - [Flutter Distributor](https://pub.dev/packages/flutter_distributor)