huhuang03 / reorderable_grid_view

MIT License
46 stars 32 forks source link

footer widget is not showing in .builder #39

Open R98rayan opened 2 years ago

R98rayan commented 2 years ago

footer widget is not showing in .builder but it's showing in .count

footer: [ Card( child: Center( child: Icon(Icons.add), ), ), ],

huhuang03 commented 2 years ago

.builder is not support footer, because I can't insert footer to .builder

But maybe you can try Custom like in demo support recently.

https://github.com/huhuang03/reorderable_grid_view/blob/master/example/lib/demo/demo_custom.dart