muhammad369 / ResponsiveGrid_Flutter

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

It does not compile for web #9

Closed osinakayah closed 1 year ago

osinakayah commented 4 years ago

It does not compile for web

tyrone-ligph commented 4 years ago

Mine too. The relevant error-causing widget was: `══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following NoSuchMethodError was thrown building LayoutBuilder: '' method not found Receiver: null Arguments: []

The relevant error-causing widget was: LayoutBuilder file:///Users/flutter_module/flutter/.pub-cache/hosted/pub.dartlang.org/responsive_grid-1.2.0/li b/responsive_grid.dart:162:12`

Fauzdar1 commented 2 years ago

In my case, it does compile but neither it shows dynamic list layout nor it supports state changes. The layout never renders is also a huge flaw of it. It should support a builder instead of a list.