-
I'm using the reorderable sliverList widget with bloc management, When I finish reordering, the last state(before the reordering) gets rendered again, and only after it, the state from my bloc builder…
-
I've made small explanation of what I have and what I'm expecting
https://github.com/kspo/super_cupertino_navigation_bar/assets/20270296/2e949c35-95c9-4b00-855d-bd5bc4d26eb7
here's the code of…
-
i like this lib very much ,but when i update 0.6.0, i don't know how to finish the page ,but in 0.4.1 i can do it.i hope u add
the function again ,or teach me how to do it in new version, thank you.
…
-
Internal: b/142343241
Steps to reproduce:
1. Create a simple sliver with a SliverAppBar with snap=true and SliverList.
2. Scroll down.
3. Scroll up.
4. While the scroll up is still in progress, t…
-
Hi!
Great work with this package! I have a question regarding the missing move-implementation, is there a reason for this? It seems to be supported in diff_util?
```
void _onDiffUpdate(diffut…
-
### 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…
-
**Problem:**
When using SlideTransition to slide off BottomAppBar on SliverList scroll which is inside NestedScrollView with SliverAppBar, animation works, but SliverList does not occupy remaining sp…
ghost updated
8 months ago
-
The text input action for the FloatingSearchBar should be set to search or be configurable. See updated code below.
File: floating_search_bar.dart
```
@override
Widget build(BuildContext c…
-
I use StickyHeader to make iOS-TableView-like UI and add `Column` of my widgets StickyHeader's `content`.
But I suppose that the bigger the size of widgets, the less its rendering performance.
Is th…
-
I receive the following error when embedding a more complex widget in the popup:
```
RenderBox was not laid out: RenderPhysicalShape#0c124
'package:flutter/src/rendering/box.dart':
Failed assert…