Jean-Philippe SARDA
Jean-Philippe SARDA
## Environment | Technology | Version | | -------------------- | ------------- | | Flutter version | 3 | | Plugin version | develop branch | | Android version | |...
I'm aware the web support is not yet announced, but I'm testing the developer branch, so I guess I could submit this isssue. ## Environment | Technology | Version |...
I'm aware that this is not an easy task, because this package is based in the native WKWebview on iOS and WebView on android, but would it be possible to...
... can be extended for the FScrollContainer extension
When testing in free aspect window in Unity editor, if you resize the window, the width and height are no longer valid as soon as the screen orientation is not...
If _isEnabled if false, we still get the HandleSingleTouchMoved and the HandleSingleTouchEnded as HandleSingleTouchBegan rightfully returns true. I just added a check of _touchDown in HandleSingleTouchMoved and HandleSingleTouchEnded to fix...
If you stop a delayed while callback are processed, it changes the array that is currently browsed and can make weird things or crashes. My solution was to postpone the...
The same way you simulate touch events with mouse events, would be cool to be able to fake a touch. I've built a stress machine (a loop randomly faking a...
[edit] I've pushed another commit to create a more generic AttenuatedTweenProperty that can be used for shaking, but also oscillating, and maybe other things. I tested for oscillateFloatProp, shakeFloatProp, oscillateColorProp...
Why not use @objc which would allow the up to date swift version to be called from objective c ?