muhammad369 / ResponsiveGrid_Flutter

Responsive Grid Layout for Flutter
MIT License
88 stars 27 forks source link

Fix/division with zero #31

Closed ynnob closed 1 year ago

ynnob commented 1 year ago

Fixes #30

Changes: Avoid division by zero: -> if N.Floor will result in 0, set n to 1