-
I am working with a set of data, and in the course of my processing, polygons are being diminished from a polygon to just slivers of the outline.
Starting polygon
Resulting polygon after "fil…
-
Would be grate if we could do this:
```
CustomScrollView(
slivers: [
...
].animate(interval: 100.ms)
.move(
curve: Curves.easeOut,
duration: 300.ms,
begin: cons…
-
Hi,
How to use InfiniteGroupedList with Slivers to perform floating appbar for example?
Looks like only the first header interact with floating AppBar while scrolling...
Thank you!
-
Hello,
It would be great if skeletonizer also supported animations for Slivers. I was wondering if there is a specific reason why this functionality is not currently available. Slivers are commonly…
-
I tried to tap on a `SuperReader` in a test:
```dart
await tester.tap(find.byType(SuperReader));
```
This produced an error:
```
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞═══════════…
-
Replace Expansion Tiles with grouped slivers
https://api.flutter.dev/flutter/widgets/SliverMainAxisGroup-class.html
ideas:
- add scrollbar with a label of the month
conflicting with #169
-
Currently, I don't think we can implement sliverAppbar with is package. Probably you can consider making it possible. Thanks
-
We zien bij Sweco 2024.6.3 modellen (op basis van DeDommel):
1. ontbrekende areas die wél 1 op 1 in opgeleverde area geopackage zitten
2. ontbrekende areas die níet 1 op 1 in opgeleverde area geopac…
-
### Use case
SliverFillRemaining inside CustomScrollView only check previous used space making usage of SliverPadding above not working as expected.
I would like to use CustomScrollView **paddin…
-
It would be really great if slivers were more discoverable for developers. Recently in conversation I wished we had a central place where they are listed (and link to the API docs) so folks can peruse…