shyndman / flutter_layout_grid

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

To fix #91 #92

Closed MrCsabaToth closed 1 year ago

MrCsabaToth commented 1 year ago

Fixes #91 on an Android app

shyndman commented 1 year ago

Thanks @MrCsabaToth

I'll get a new version published asap

MrCsabaToth commented 1 year ago

Be skeptic about my change, because I tested it in a limited manner, and I was not 100% sure the reason for the AbstractNode? usage. Hopefully I don't cause any bugs. I'm with 3.10 stable channel so I haven't tested if this would break anything with older Flutter.

MrCsabaToth commented 1 year ago

Thanks for the fast response BTW