FlashTang
FlashTang
> > > Hi, thank you for the report, can you try the dev version on pub.dev or in the GitHub dev branch to confirm if this issue exists? >...
> Do you know what does it selects? If you tap select , it selects the "last word" e.g. "This is a text" the last "text" will be selected and...
> Flutter only supports the following by default: > > ```dart > required final ClipboardStatus? clipboardStatus, > required final VoidCallback? onCopy, > required final VoidCallback? onCut, > required final VoidCallback?...
> > there is a mistake in ios info.plist, the NSMicrophoneUsageDescription key is not closed properly > > Hi, I just checked it and it seems it closed properly. No,...
> > there is a mistake in ios info.plist, the NSMicrophoneUsageDescription key is not closed properly > > Hi, I just checked it and it seems it closed properly. >...
> Hi FlashTang, > > Sorry, there's no "ray" shape in the library. When this was written, it was to be used with SVG shapes. SVG doesn't have rays, so...
Great! Just figured out , I didn't inlcude the following script, that‘s why I got error ``` var ShapeInfo = KldIntersections.ShapeInfo; var Intersection = KldIntersections.Intersection; ```
I just converted js with esbuild , it found svg.esm.js from node_modules then packed it in the bundle, seems it works
> > At first, I tried to use 2 Cubic Bezier Curves, but seems it's not so simple (I have no idea how to adjust that 4 control points, and...
@aab29 @Pomax Hi ,I tried JavaScriptCore + ios , but slow performance ( I guess only 5 fps animated curves ) So I port it to swift, bezierjs based :...