CodeDoctor
CodeDoctor
Hmm, instead of making a custom shape painter we have the stamp painter. I will look adding these basic shapes in the core pack as components. For arrows we need...
Seems like the pointer up event doesn't fire if you go out of the window and release the input device. I will investigate how I can fix this
I tested it myself but couldn't replicate it anymore. Which browser do you use on which operating system?
Yeah, chromium works fine on me. The problem is that I don't get a PointerUp event if the window is unfocused: https://dartpad.dev/?id=21592fa42e503eb99da3cabd804c18fb I currently see no solution how to fix...
Fixed in 2.0.0-beta.15, if you refresh the website, it should be fixed
Oh, I will look at it again...
Okay, it should now reset all inputs when unfocused. Can you test if the bug appears in the current version? (don't forget to refresh the site after loading so that...
Oh you are right. Thanks for testing, i will try to fix this
I think now it should be fixed
The problem is I can't get the pointer id that leaves the app, and if you release the device when outside of the app, I don't get this event. I...