Description
Wrong information on _unused_transalations.json that generated from flutter pub run slang analyze --full (example and how to reproduce attached)
To Reproduce
Make a nested variable and called it in more than a line formatted, e.g:
t.profile.
name
(new lined due to formatter suggestion), instead of
t.profile.name
Hope this issue will be solved. This feature is really helpful if the result is correctly aligned 👍
Description Wrong information on
_unused_transalations.json
that generated fromflutter pub run slang analyze --full
(example and how to reproduce attached)To Reproduce Make a nested variable and called it in more than a line formatted, e.g:
(new lined due to formatter suggestion), instead of
Hope this issue will be solved. This feature is really helpful if the result is correctly aligned 👍