-
@goderbauer and I were talking about https://github.com/flutter/flutter/issues/12319 recently and came up with the following idea:
* ScrollControllers can have a new method jumpToIndex. That method…
Hixie updated
2 months ago
-
**Describe the rule you'd like to see implemented**
This would be a nice lint for Flutter.
According to the Flutter documentation, using shrinkWrap in lists is expensive performance-wise and shoul…
-
This error appears when running on a simulator:
> ../../../../flutter/.pub-cache/hosted/pub.dartlang.org/sliver_fill_remaining_box_adapter-0.1.1/lib/sliver_fill_remaining_box_adapter.dar
> t:1…
-
### Can we access your project?
- [X] I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
### Current Behavior
…
-
Issue found: Intent Redirection
We found that your app contains security vulnerabilities, which can expose user information or damage a user’s device. This is a violation of Device and Network Abus…
-
I'm using slivers and I'm planning to nest this in a sliver list. will that work? the ReorderableListView in flutter won't work because it doesn't have shrink wrap.
-
EDIT: I created a much better example code, with much better step by step instructions to reproduce. See here: https://github.com/flutter/flutter/issues/153922#issuecomment-2304830850
### Steps to …
-
I'm trying to add a border underneath of a sliver in a `CustomScrollView` once that sliver is pinned to the top of the scroll container, so I created a `SliverPersistentHeader`, but `overlapsContent` …
-
There are multiple issues with similar problems, but no actual solution or explanation.
**Steps to Reproduce**
- Create an object to save in Hive
- Register generated adapter
- write list of obj…
-
### Platforms
dart
### Description
我并不是一个资深的Flutter人员,目前在研究你的这个插件,想结合你这个做一个类似美团外卖或是饿了么店铺首页页面,通过你的示例进行结合,要么商品列表上移时,SliverAppBar无法上移,要么上移后会被SliverAppBar或是SliverPersistentHeader总价盖住,能否结合这些做一个类似美团外卖或是饿…