Roy Cockram
Roy Cockram
I am having an issue with generating an entity that overrides properties from an implemented or extended class. I might be missing something as I've only spent an hour with...
If `addRepaintBoundaries: true` or `addSemanticIndexes: false` the line below is never honoured. https://github.com/hanshengchiu/reorderables/blob/7eb2b7f257fd907cf1e79239d644ddfb767416af/lib/src/widgets/reorderable_sliver.dart#L742 **Solution 1:** We could pass through a `reorderable` flag to the `_wrap` method https://github.com/hanshengchiu/reorderables/blob/7eb2b7f257fd907cf1e79239d644ddfb767416af/lib/src/widgets/reorderable_sliver.dart#L561 This could be...
It would be great if this library could provide feedback to the user on scroll via the HapticFeedback API. Options for enabling this as I see it: 1. have an...