Max Tsyba

Results 94 comments of Max Tsyba

I can confirm this issue. Maybe related to this: https://github.com/pichillilorenzo/flutter_inappwebview/issues/877?

@dnfield I am sorry, could you please give a full example snippet on the discussed situation? For example, I have an `svg` file with some path data, and how can...

@gabrielpacheco23 I faced exactly the same issue, but in my case method returned presumably a url for captcha entering page. Maybe this could be fixed by opening some webview for...

Now it makes sense why it ends up returning the same thumbnail when providing small step difference, like 300ms

@zmtzawqlp I wrapped my Scaffold body in `GestureDetector` to play some animations depending on user tap coordinates, and `ExtendedText.rich` seems to absorb tap events, causing my code not to execute....

I took the [HTC Sence clock](https://images.app.goo.gl/UBKEE3xk92YsmaNZ7) as the inspiration. Will be great to find a way to imitate as a decoration visible corners of the panels underneath on top and...

> Look Great! Your idea about shadow of panels, I think you can use [drawShadow()](https://api.flutter.dev/flutter/dart-ui/Canvas/drawShadow.html) of Canvas If I understood you correctly (draw the shadow on top of panel to...

@hnvn No updates yet - still haven't found a way to solve this task without breaking the animation

@isxuelinme Try to wrap your Sidekick into Hero widget like that: ``` Hero( tag: 'heroTag', child: Sidekick( ... ) ) ```

@letsar Is it possible to achieve somehow? Maybe SidekickController class must be extended to have some setter for `animationValue`, [like in AnimationController](https://github.com/flutter/flutter/blob/e10df3c1a6/packages/flutter/lib/src/animation/animation_controller.dart#L361)?