shovelmn12
shovelmn12
Why not adding a formater config so users can choose their style.... dartformat.yaml
you can do it by setting prefix to true... what we need is a 'any' match for example: `/path/to.*` so everything that starts with `/path/to` go there...
Please merge :)
@AliHoseinpoor
@Mustaqode Same issue using slivers !! I also tried going back to `Column` and I got the same result Swapping with `TextField` fixes the issue, my best guess is that...
@manudicri I just tried it, does not work with slivers :( Thanks !! Edit: tried with a `Column` and it did not work :\
@pmathew92 I checked the popup's console and I am getting the following: ``` {type: "authorization_response",response: {"error":"invalid_request","error_description":"authorization request parameter organization must be an organization id","state":"MVBMMHlvfmVSbHJBVzF1OW1icC5RZWJUUEpWWXowd0Jack1wbU5iTXJ3RQ=="}}; ``` I am not setting any...
@pmathew92 ok after further investigation I figured out the pop window thats opened is marked as `closed` on open. ``` popup opened Window {window: Window, self: Window, document: document, name:...
@pmathew92 thats the thing, I am NOT passing any org... check the reference js issue (https://github.com/auth0/auth0-spa-js/issues/1349)