在path\_provider目录内的oh-package.json5添加依赖:{ "name": "video_compress", "version": "1.0.0", "description": "Please describe the basic information.", "main": "index.ets", "author": "", "license": "Apache-2.0", "dependencies": { "@ohos/flutter_ohos": "file:./libs/flutter_embedding.har", //本地包 "dayjs": "^1.11.7", //线上包 "@ohos/mp4parser": "2.0.3-rc.0" //线上包 }, "devDependencies": {}, "dynamicDependencies": {} }
在path\_provider目录内的oh-package.json5添加依赖: