Gabriel Costa

Results 13 comments of Gabriel Costa

@bounty1342, the returning MediaQuery that you use, what is it purpose? Does it change the MediaQuery parameters?

@bounty1342 that's great! Maybe that could be a fix for #17, because these libs generally take the MediaQuery parameters to calculate positions. In your example the text doesn't scale with...

Could you try using this build with the MediaQuery parameter? It was used to fix MediaQuery for entire app. ``` builder: (BuildContext context, Widget widget) => DevicePreview.appBuilder( context, Builder(builder: (BuildContext...

I'll start building an application that has many datetime fields. Should I store the milliseconds in utc and always do the conversion to datetime or can I trust that the...

Same issue here, the styles from scss modules are imported but are being override when I check the page that uses the component

@adriancmurray , everythink worked good for you? Could you share the code? I'm trying to implement the same thing but with some problems I have a ReorderableSliverList that is vertical,...

Any updates? As this task is CPU intensive it would be good if it could run outside the main isolate.

Hi, I came here after trying to use the .oneOf with a ToOne link, as I noticed that this is not possible and seeing this issue and the #340 I...

Sorry @greenrobot-team, it wasn't static or top-level, after fixing it it worked. Thanks!