dengyin2000
dengyin2000
flutter web should be ok
> @dengyin2000 so basically Iam looking at source code app and > > ``` > jsonEncode(DynamicWidgetBuilder.exportWidgets(seatMap, null)); > ``` > > this function do same as DynamicJsonExporter, can I use...
> > > @dengyin2000 so basically Iam looking at source code app and > > > ``` > > > jsonEncode(DynamicWidgetBuilder.exportWidgets(seatMap, null)); > > > ``` > > > >...
> any code before you use it.
> and lastly I want to change color of widget build from json and so I must change the property of widget parser right this can possible by implementing a...
打印的内容不是说得很清楚了吗?
parse不是widget,应该是不行的。
> 参数将如何动态的显示出来呢? 后端生成json string。
> Heya, first of all for the great package. > > Do you have plans for the next release, currently the #91 issue is still a blocker for many of...
> As title implies. Console shows `flutter: Null check operator used on a null value`. To re-create: > > ```dart > class SomeWidget extends StatelessWidget { > const SomeWidget({Key? key})...