Flutter Basics: Error: Type 'AssetBundle' not found. AssetBundle' isn't a type

Flutter Basics: Error: Type 'AssetBundle' not found. AssetBundle' isn't a type

我在 pubsec.yaml 中添加 flutter_svg: ^0.23.0+1 后出现这些错误。

请检查您的 Flutter 版本。

在flutter_svg github问题页面,有相同的问题和解决方案评论。

https://github.com/dnfield/flutter_svg/issues/610

If you are on stable channel, make sure Flutter version is at least 2.5.0. You need at least 2.4.0 pre for the latest version of this package

如果你不想升级你的flutter,那么这也是一个可行的方案,

使用flutter_svg: ^0.22.0

https://github.com/dnfield/flutter_svg/issues/610#issuecomment-974614148

我使用的是 2.2,运行良好。