xml_layout
xml_layout copied to clipboard
Generate UI at runtime with xml.
I have this issue: when I try to run the example on Flutter 2.5.2. Does somebody know what this means? ════════ Exception caught by widgets library ═══════════════════════════════════ The following NotWidgetException...
Hi Proposal: ``` _InlineItemData? _find(String name, bool field) { for (var data in dataList) { if (data.name == name && data.field == field) { return data; } } return null;...
https://github.com/gsioteam/xml_layout/blob/1c6fc360f0edabcb1213fbef6a4186e8f247449e/lib/builder/builder.dart#L297-L299 `TextStyle.inherit` `AppBar.automaticallyImplyLeading` `AppBar.primary` and so on. I tried to debug the issue and found `ParameterElement.hasDefaultValue` is not correct some times.
Some changes were required in the builder, because Enum cannot be casted to ClassElement anymore
The analzer and xml libraries require an upgrade to a current version to resolve the issue.