当我尝试向我的 flutter 应用程序添加语言支持时,会出现此错误:
\nTarget of URI doesn't exist: 'package:flutter_gen/gen_l10n/app_localizations.dart'. Try creating the file referenced by the URI, or Try using a URI for a file that does exist.\nRun Code Online (Sandbox Code Playgroud)\nI\xe2\x80\x99m 使用flutter_localizations,该项目是使用 dart 2.7.0 构建的
似乎flutter_localizations需要最新的sdk,即dart 2.13.0
我怎样才能解决这个问题?
\n