-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with large package and limiting scope #52
Comments
I'm not sure exactly why it's failing but I see that the |
dcdg does not work with the new analyzer >=3.0.0 - but it is required for freezed to work.
|
I can try to bump the analyzer dependency, but then we also risk breaking things that depend on an older analyzer version. |
Hi @glesica! Thats a bummer that it cant ignore *.g.dart or *.freezed.dart files. This is related to whole bunch of issues here: And on stackoverflow: |
I have successfully been able to create UML diagrams for many of the packages found at.
I use
dcdg | pbcopy
to copy the plantuml output to my clipboard on the Mac. Then I use thePlantUML integration
plugin viewer on Android Studio to preview the picture.With that plugin I am able to copy the SVG code into (.svg) files to achieve a good solution for adding the diagrams to SketchApp for layout. One could also use these on HMTL or other places.
I fail when I attempt to render the signin package as noted below. I did some basic research from other closed issues but I'd appreciate suggestions about how to get this fairly complex package to render.
Thanks for your phenomenal work on this package.
Note:
When I try options to limit the scope of my folder search, I come up empty.
BTW:
Several of the other packages were extremely large and I was successful getting them into SVG files. I do not understand the error message.
P.S.
I was able to achieve 99% of what I want by removing the freezed.dart file outside of the package. My question now becomes; can you explain what the error means and how I might better handle the problem if I have a similar issue in the future? Why the behavior on freezed files? The scope question remains as well. I am obviously missing something as I was not able to scope the output.
The text was updated successfully, but these errors were encountered: