Vu Le
Vu Le
Negative margin is valid, but we currently optimize the layout and use Padding in place of Margin. This will throw an error if a negative margin is used. We should...
In Studio mode, we need the ability to highlight the Flutter widget when that widget is selected in the Tree. This is especially important in Visual mode (add `propertyPanelEnabled=true` to...
All widgets have a label / labelHint which can be used as the Form item's label and hint (if it is inside a Form). But the widget doesn't need to...
You should be able to update the backgroundImage's nested attribute via JS. ``` myColumn.backgroundImage.src = 'new url'; ``` 1. See EnsembleText's TextStyleComposite. This is how we test nested TextStyle properties....
Currently to use Push, you have to update main.dart to initialize Firebase with some hardcoded credentials. We need to move it into the config file. Tasks: 1. Framework will initialize...
Server may returns Date/DateTime in different format: ```json startDate: { seconds: 167838815 milliseconds: 1678388150000 datetime: 'YYYY-MM-DDT03:12:46:0700' datetimeAlternate: 'Thu, 23 Jan 2022 05:05:05 GMT+0200' ``` We should be able to take...
Looking at main.dart, we handle errors on the widget tree (case 1), but simply prints out the error for (2), and (3). ``` void initErrorHandler() { // case 1 -...
Add the signin with your iCloud credentials
We put `styles` behind YAML but styles become direct children when using Javascript. Let's make them in Javascript conistent with how we do YAML e.g. myTextInput.styles.borderColor = 'red';
These tickets are needed to fully support Social Sign In: 1. [Social Sign In configuration on Studio](https://github.com/EnsembleUI/ensemble/issues/1113) 2. [Config authenticated screens + Login screen](https://github.com/EnsembleUI/ensemble/issues/1101) 3. [Runtime reads the Sign In...