shyndman / flutter_layout_grid

A grid-based layout system for Flutter, inspired by CSS Grid Layout
MIT License
441 stars 43 forks source link

Auto-placement is not working correctly #80

Closed shyndman closed 2 years ago

shyndman commented 2 years ago

I supplied a bunch of children without placement, and they were not automatically assigned grid areas.

shyndman commented 2 years ago

Nevermind, it's fine. The text was invisible. 😝