-
The addition of the Garage screen changed the feel of the UI on that page and the other screens need modified to fit with it. This would also be a good time to standardize on text styles and colors ac…
-
Hi, thank you for this plugin, it looks nice even though and struggling to quickly integrate it in my code.
Would it be possible to please give a real list example as could be used in an app?
Fo…
-
Hi there,
This is the exception I have got:
```
══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════
The following ArgumentError was thrown during…
-
1. Like the SliverAppBar in the NestedScrollView, the expandable header can pinned at the top position when the list scrolling down.
![2](https://user-images.githubusercontent.com/2311740/70854821-fa…
-
**Describe the bug**
Erro ao tentar inicializar mais de um GetController no construtor/initState do widget
**Erro**
I/flutter ( 3000): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════…
-
Code as follow:
```
return Material(
child: Scaffold(
body: Stack(
alignment: Alignment.topCenter,
children: [
SlidingUpPanel(
is…
-
代码如下,打印一直没有输出。
`Scaffold(
appBar: new MyAppBar(
child: Container(
color: Colors.white30,
child: Text("Title"),
),
),
body: PullToRefresh…
-
当列表只有一条数据并且Item高度小于触发加载的距离,上拉距离小于Item时加载footer上移出现,大于Item距离时footer会反向下移,松手后footer跳动且并未触发加载。
EasyRefresh.custom(
slivers: [
SliverList(
delegate: S…
-
The expiry date dialog causes an overflow on smaller screens.
-
![image](https://user-images.githubusercontent.com/3368332/75244025-f2371b80-5805-11ea-8b74-86fc2231a68c.png)
我的代码
-----------------------------
import 'package:font_awesome_flutter/font_awesome_…