vendik
vendik
Would it be possible to add support for excluding fields from the generated copyWith, hashCode/== methods? For example: ``` class MutableState({ Exclude(copyWith == true, equals == true) String a; String...
Would it be possible to add support for optional named constructor parameters by specifying a default value in the base Mutable class? For example this class: ``` @GenerateDataClass() class MutableState...
## Details Regular spikes in frame rendering time during continuous rendering using LeafRenderObjectWidget, RenderBox and a Ticker. The spikes happen even if nothing is actually drawn on the canvas. The...