Ammar Hemani
Results
1
issues of
Ammar Hemani
## Code to Reproduce ``` GridView.builder( shrinkWrap: true, physics: NeverScrollableScrollPhysics(), padding: EdgeInsets.only(top: 15), gridDelegate: SliverGridDelegateWithFixedCrossAxisCount( crossAxisCount: 1, mainAxisSpacing: 10, childAspectRatio: 2.1, ), itemCount: 0, itemBuilder: (context, index) { return getWidget(index);...
framework
f: material design
f: scrolling
d: api docs
a: error message
has reproducible steps
found in release: 3.3
found in release: 3.7