andrasferenczi / dart-data-plugin

IDEA plugin for generating utility methods for Dart data classes
148 stars 31 forks source link

Null-safety support #13

Closed apetroaeiandrei closed 3 years ago

apetroaeiandrei commented 3 years ago

Ideally see if the class is null-safe and generate methods accordingly.

Replace "@required" with "required" Add nullable types to "copyWith" method parameters

cpyczd commented 3 years ago

Please adapt as soon as possible. thank you !

andrasferenczi commented 3 years ago

See #17