# smart_ai_dart **Repository Path**: frontend_site/smart_ai_dart ## Basic Information - **Project Name**: smart_ai_dart - **Description**: smart_ai_dart - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-03 - **Last Updated**: 2025-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # smart_ai_dart A new Flutter project. ## 1.Getting Started 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) ## 2.The project's operational environment ```sh 1.Flutter version: 3.24.0 2.Dart SDK version: 3.5.0 3.Xcode version: 16.1 4.Android Studio version: 2023.2.1 ``` ## 3.Usage of imageMagick ```sh brew install imagemagick # 将图片转换为png格式 magick splash.jpeg -resize 750x1334 assets/splash/splash.png ``` ## 4.Usage of flutter_native_splash ```sh flutter pub add flutter_native_splash # 创建splash图片 flutter pub run flutter_native_splash:create # 更新splash图片 flutter pub run flutter_native_splash:update ```