Ercan Tomac

Results 8 comments of Ercan Tomac

At least we should be able to make the `getRow()` function asynchronous inside our `DataTableSource` class: ``` @override DataRow getRow(int index) async { await fetchPaginatedData(); return DataRow( cells: [ ......

Any updates on this? I don't want to disable drag, but this issue causes problems in my app.

> * Is the device a Motorola Edge 30 Regular, Pro, Fusion, or Ultra? Motorola Edge 30 Regular > * Are you able to reproduce this is issue in any...

> You also mentioned gradients. Do you have screenshots of those too. Or is it all gradients? If so, we can setup a reduced test case for those on our...

> @ercantomac can you create a minimal test case that shows how you're using blurs? I wrap my widgets with this widget: ``` class BlurryNoisyContainer extends ConsumerWidget { const BlurryNoisyContainer({...

This looks awesome. Is there still some work to be done on this?