-
Hi. I was doing some changes in my entities database, and when I try to run flutter packages pub run build_runner build I get a warning from floor_generator about analyzer which ends up in a severe error and can't generate the database file. That's the detail: **[WARNING] floor_generator:floor_generator on test/widget_test.dart: Analyzer language version: 2.16.0 Please update to the latest If you are not getting the latest version by running the above command, you dev_dependencies: Then it shows this message: **[SEVERE] floor_generator:floor_generator on test/widget_test.dart: Invalid argument(s): Missing library: asset:myproject/lib/BloodyMakers/CategoryMaker.dart [INFO] 16.0s elapsed, 73/79 actions completed.** and keeps showing 73/79 actions completed infinitelly. If I put analyzer 4.1.0 as dev_dependencies, I have unresolved dependencies conflict.
Is there a solution for this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I've just found that's there is a PR waiting for this dependency update. I hope it'll solve it. |
Beta Was this translation helpful? Give feedback.
-
Pushed update here but need some help to solve GitHub CI Action issues. |
Beta Was this translation helpful? Give feedback.
Pushed update here but need some help to solve GitHub CI Action issues.