spkersten / dart_functional_data

Simple and non-intrusive code generator for lenses and boilerplate of data types
https://pub.dev/packages/functional_data
MIT License
41 stars 15 forks source link

Incorrect code generated for function type with only named parameters #18

Closed spkersten closed 3 years ago

spkersten commented 4 years ago
void Function(, {String interactionType}) apply;
spkersten commented 3 years ago

This bug doesn't occur anymore with the latest version of generator (1.0.0)