rrousselGit / freezed

Code generation for immutable classes that has a simple syntax/API without compromising on the features.
https://pub.dev/packages/freezed
1.94k stars 237 forks source link

Namespace not respected as generics type #1114

Closed westito closed 3 months ago

westito commented 3 months ago

Describe the bug

Képernyőfotó 2024-07-29 - 15 42 07 Képernyőfotó 2024-07-29 - 15 41 52

To Reproduce

Use namespace (import prefix) on a class as generics type.

Expected behavior Generics type paramter also gets the prefix.

rrousselGit commented 3 months ago

Supporting prefixes for generics is too difficult as it is. I won't support it before we have macros.