-
The is the current provided information:
const ItemPosition(
{@required this.index,
@required this.itemLeadingEdge,
@required this.itemTrailingEdge});
This is not nearly e…
-
Hi,
Are you by any chance going to migrate your sources to use RecyclerView instead of ListView?
Thanks!
-
-
## New issue checklist
- [x] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit)
- [x] I have sea…
aelam updated
5 years ago
-
Hello,
Waypoint is already used on my project, I tried to implement it inside a table (with Material UI). The onEnter action then fires infinitely.
But if I remove the scroll from the table, and…
-
I can't find a way to make the headers sticky. If there is, please tell me how.
It would be great it there was a property like "stickyHeaders" on a DragDropList, but it would also be fine if there …
-
## New issue checklist
- [x] I have reviewed the [`README`](https://github.com/Instagram/IGListKit/blob/master/README.md) and [documentation](http://instagram.github.io/IGListKit)
- [x] I have sea…
-
We used to have the option of hiding the gamified header ~, as well as making it sticky so that it stayed when you scrolled down. We'd like to restore both of those options.~
Edited: We're splittin…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Recognize that the vertical padding of the `ListView` is 56 and that the sticky header should also respect the padding and …
-
```dart
MultiSliver(
pushPinnedChildren: true,
children: [
SliverStack(
insetOnOverlap: false,
children: [
SliverPositioned.fill(…