Muhammad Nouman Butt
Muhammad Nouman Butt
The code looked good to me, freezing issue was bcz we are loading too much data at the same time, tried following solution on my end: - Tried to load...
Hey @vusters @kmahmood74! After debugging I made an simple example EDL as given below, first i thought it has something to do with timer widget, but i tried it with...
Example EDL: ```yaml getProducts: url: https://postman-echo.com/post method: POST manageCookies: true # default is false onResponse: | console.log(response.body); console.log(response.headers['set-cookie']); // just to confirm console.log(response.cookies); ```
> @TheNoumanDev please make the changes that Vu suggested On it.
@kmahmood74 Sorry for delay, was stuck with KPN task. @vusters PTAL. Thanks updated yaml example in description.
Sample EDL @kmahmood74 ```yaml View: header: title: Firestore Operations styles: surfaceTintColor: transparent onLoad: invokeAPI: name: getProjectsFileSum body: Column: styles: mainAxis: center crossAxis: center children: - Text: text: ${getProjectsFileSum.body['sum']} styles: textStyle:...
Getting this error occaitonaly, breaks 2-3 times and then suddenly works and then next time crashes again. ## command ``` flutter run ``` ## exception ``` RPCError: getVM: (-32000) Service...
PR: https://github.com/EnsembleUI/ensemble/pull/1657 Docs: https://docs.ensembleui.com/widgets/divider sink: https://studio.ensembleui.com/app/e24402cb-75e2-404c-866c-29e6c3dd7992/screen/4a893a2e-5bde-400c-b974-b25b497d31a5 schema: https://github.com/EnsembleUI/ensemble-web-studio/pull/1340 Example EDL: ```yaml Divider: styles: color: 0xFFFF0000 type: dashed direction: vertical thickness: 10 dashLength: 10 gap: 30 opacity: 0.1 ```