3
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 1 year has passed since last update.

flutter clean コマンドを実行すると大量のエラーが出てしまう

Posted at

エラー概要

$ flutter clean

・上記のコマンドを実行したところ、ビルドエラーが大量に発生してしまった。
・importの行で「Target of URI doesn't exist」と表示されることから、キャッシュ等と一緒にパッケージも削除されてしまうことが原因であると推測できる。
スクリーンショット 2022-06-10 0.07.43.png

解決方法

$ flutter pub get

・上記のコマンドで、パッケージを入れ直すことで解決する。

3
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
3
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?