I have an issue when trying to generate a Json Serializable Generator using Build Runner in Dart. First, I tried to do run flutter packages pub run build_runner build
to generate Json Serializable but it showed that it has a conflicting issue. So I run command --delete-conflicting-outputs
, to solve the conflicting issue.
After that I tried to run flutter packages pub run build_runner build
again to regenerate the Json value. But the result that i got is like this:
So the output was : [INFO] Succeeded after 137ms with 0 outputs (0 actions)
I get so stressed because of it because all of generated-files were deleted. can somebody tell me what was happening and how to solve this issue?
I have been checking everywhere but still haven't found an answer.