# lingoplay **Repository Path**: pish7/lingoplay ## Basic Information - **Project Name**: lingoplay - **Description**: 针对语言学习进行优先的本地视频播放器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-15 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LingoPlay 针对语言学习进行优化的本地视频播放器 ## 依赖安装 ```sh flutter pub add get flutter_hooks freezed_annotation json_annotation shared_preferences toastification file_picker path path_provider sqflite dev:flutter_lints dev:freezed dev:json_serializable dev:build_runner dev:flutter_gen_runner dev:custom_lint ``` ## 常用命令 ```sh flutter clean # 清理缓存 rm -rf .dart_tool pubspec.lock flutter pub get # 重新获取依赖 flutter pub upgrade --major-versions # 跨大版本升级 dart run build_runner build --delete-conflicting-outputs # 生成文件 flutter create --platforms macos . # 添加 macos 支持 ```