ResponsiveGrid_Flutter icon indicating copy to clipboard operation
ResponsiveGrid_Flutter copied to clipboard

It does not compile for web

Open osinakayah opened this issue 4 years ago • 2 comments

It does not compile for web

osinakayah avatar Jul 04 '20 07:07 osinakayah

Mine too. The relevant error-causing widget was: `══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following NoSuchMethodError was thrown building LayoutBuilder: '<Unexpected Null Value>' 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`

tyrone-ligph avatar Jul 13 '20 03:07 tyrone-ligph

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.

Fauzdar1 avatar Jan 14 '22 08:01 Fauzdar1