very_good_infinite_list
very_good_infinite_list copied to clipboard
A Very Good Infinite List Widget created by Very Good Ventures. Great for activity feeds, news feeds, and more. 🦄
## Description Add golden test to check that `InfiniteList` renders appropriately. Rationale: - Golden tests are useful visual tests to check everything renders as expected. For example, for testing issues...
**Is your feature request related to a problem? Please describe.** When `InfiniteList` is used inside a `CustomScrollView`, it has 2 scroll views, resulting in a weird UX (refer to GIF)...
Hello ! I know matching feature parity with a standard Flutter widget is usually pretty tough but I'd love if the `.separated` constructor was added here to allow users to...
**Is your feature request related to a problem? Please describe.** I had to configure scroll direction on one of my projects and while using this library i found it had...
**Is your feature request related to a problem? Please describe.** Often to fetch infinite data I use state management like bloc, and when I use ery_good_infinite_list I need Future to...
## Description ## Type of Change - [x] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue) - [...
Currently `VeryGoodInfiniteList` is unable to be used for the chat message list as it only supports bottom pagination. A chat message list requires both top and bottom pagination in order...
Update to the latest versions given the new releases
**Is your feature request related to a problem? Please describe.** The Current examples mimic calling an api by using a list of local `items`, while this is enough for experienced...