0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

(備忘録) flutter_gen が検知されない時の解決方法

Last updated at Posted at 2022-01-30

flutter で他言語に対応するために flutter_localizations の設定をしてたら下記のようなエラーが出た。
リファレンス にある手順を踏んでいて発生するエラーだった。

発生したエラー


Target 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.

解決策

こちらの記事を参考に一度VSCodeを終了して再度プロジェクトを開いたら解消した。
どうやらVSCodeのバグやキャッシュなど影響している模様。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?