Open HosseinYousefi opened 1 year ago
Try adding --verbose
?
Try deleting all of .dart_tool
first?
Try adding --verbose?
The problem was with symlinks in ephemeral/.plugin_symlinks
. It went into an infinite loop for example/**
since they had a dependency on the project itself.
I still think that this might be an issue. Not necessarily just for json_serializable
.
I still think that this might be an issue. Not necessarily just for
json_serializable
.
Absolutely. CC @jakemac53
flutter --version
:I'm trying to run
dart run build_runner build
in https://github.com/dart-lang/jnigen/tree/main/jnigen but it never ends.More and more actions keep being added. There is only a single file with a handful of classes containing JsonSerializable annotations.
I also tried
flutter clean
and runningflutter pub run build_runner build
instead ofdart run build_runner build
with the same results.Relevant dev dependencies:
Relevant dependencies: