André Barbosa

Results 6 comments of André Barbosa

Look: https://github.com/rafalbednarczuk/curved_navigation_bar/pull/133

> @c-seegerObrigado pela sugestão. Como não estou muito familiarizado com a web, deixe-me dedicar algum tempo para desafiar a solução disso. Se você estiver com pressa, considere substituir a lógica...

in this part of the code: ` img.decodeJpg(image);` image size: **2.7MB** lock time: **Start = 09:56.835, end = 10:25.325** Image type: **tested with JPG and PNG** ``` // open with:...

> Can you reduce the problem? Is it the decode? The resize? The encode? Comment out the copyResize and encode, does it crash with just the decode? Then add the...

I temporarily solved it like this ``` Future listClick(GlobalKey widgetKey, int quant) async { for (var i = 0; i < quant; i++) { runAddToCartAnimation(widgetKey); await Future.delayed(const Duration(milliseconds: 200)); }...

If you wanted to leave it as default, just make a few changes: If you don't want the animation to drag the widget to the cart, null safety is in...