Abhishak Kumar Malviya

Results 7 issues of Abhishak Kumar Malviya

I'm Building Instagram Reels UI but, InviewNotifierList is getting Rebuild When In Scroll Child ListView. I have tried every possible solution. I'm sure that InviewNotifier is not able to distinguish...

## Steps to Reproduce 1. Run the application using `flutter run` 2. Then click on Compute Function it will process data into the isolate. When the app is processing data...

Earlier asyncMemoizer was caching exceptions. With new changes in `runOnce` method of `AsyncMemoizer` class will no longer store exception. By default `AsyncMemoizer` will store exception, by setting `_canCacheException` to false....

Earlier async cache was caching exceptions. With new changes in `fetch` method of `AsyncCache` class will no longer store exception. By default `AsyncCache` will store exception, by setting `_canCacheException` to...

### Steps to reproduce To reproduce the same issue you can refer the code sample given below. ### Expected results It should only cache successful result. ### Actual results It...

### Steps to reproduce To reproduce the same issue you can refer the code sample given below. ### Expected results It should only cache successful result. ### Actual results It...

I faced this issue while working on a project. The whole scaffold and bottom navbar were getting repainted everything marquee list was getting scrolled. To cross check you can use...