ResponsiveGrid_Flutter
ResponsiveGrid_Flutter copied to clipboard
It does not compile for web
It does not compile for web
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`
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.