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 5 years have passed since last update.

pubspec.yamlから消したパッケージのエラーが出る時はlockファイルを消してinstallしなおせばいい

Posted at

タイトルが全てです。

問題

Flutter freezedパッケージいい感じかもをみていて自分で動かした際、flutter pub pub run build_runner buildにおいてがっつりエラーがでた。

どうやらpubspec.yamlからfreezed_annotationを入れ、json_annotationを消してinstallをしたにもかかわらずpubspec.lockjson_annotationの依存関係が残っていた。

解決

pubspec.lockを削除してinstallをし直せばOKです。

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?