huhuang03 / reorderable_grid_view

MIT License
46 stars 33 forks source link

Remove trailling + button #65

Closed nicolasvahidzein closed 1 year ago

nicolasvahidzein commented 1 year ago

Thank you for this wonderful package.

I was wondering what the purpose of the trailing + button was and how we could remove it?

Thanks.

huhuang03 commented 1 year ago

It's just for demonstrate the usage of footer option. And you can remove it by delete this footer option.

https://github.com/huhuang03/reorderable_grid_view/blob/a23f6c2320d74262f4611cda0955fbb84d5a454c/example/lib/demo/demo_reorderable_count.dart#L61

nicolasvahidzein commented 1 year ago

thank you so much.