shyndman / flutter_layout_grid

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

Replaced deprecated describeEnum with .name property #95

Closed Kristijan505 closed 1 year ago

Kristijan505 commented 1 year ago

Replaced deprecated EnumProperty with DiagnosticsProperty

Bumped minimum Dart version from 2.14.0 to 2.15.0 to support .name property

shyndman commented 1 year ago

Thanks @Kristijan505!

I've published v2.0.5 which includes your change.