【Flutter】在flutter中使用SVG yuuko 2023-09-22 66 阅读1分钟 下载依赖 flutter pub add flutter_svg 在pubspec.yaml添加资源路径 flutter: assets: - assets/svg/ 使用SVG SvgPicture.asset("assets/svg/home.svg")