Timo Saddig

Results 3 issues of Timo Saddig

In `3.0.0-dev.7` the generator fails to generate collections for freezed entities due to the generated copyWith methode. [SEVERE] isar_generator:isar_generator on lib/src/data/models/foo.dart: Unsupported type. Please use a TypeConverter or annotate the...

enhancement
area:generator

After updating to from 2.5.0 to 3.0.0-dev.5 the following error message appears for nullable TypeConverters used for nullable nested objects created with the freezed library: `Error: The argument type 'String?'...

bug
area:dart
area:generator

**Describe the bug** freezed's code generation changes the type of fields defined with a typedef type: In Isar, `Id` is defined as ``` /// Type to specify the id property...

bug
help wanted