-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Button: no padding if image - pass unconstrainedWidth/Height; if unconstrainedWidth && fill_parent, wrap with Expanded; (for Image also if automatic width); - Image: always BoxFit.contain - HorizontalArrangement/VerticalArrangement: add sizeProperties - parseComponent: set width/height null if unconstrained instead of using Expanded - parseComponent: use IntrinsicWidth for Arrangements (goal: ignore children with size=fill_parent when own size is automatic) - Bugfix: handle empty Arrangements - Bugfix: "items", not "count", in "lists_create_with" - Bugfix: wrong for-each Syntax - Add missing built-in text_compare - Bugfix: "lists_length" and "lists_is_empty" - Bugfix: handle empty AppName / Title - try to parse numbers as int before parsing as double - add support for Web component (missing some more advanced features) - safer String addition with % operator - add Player
- Loading branch information
Showing
10 changed files
with
600 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.