timmaffett / custom_mouse_cursor

Custom mouse cursors for Flutter (windows, linux, macos, web) Device Pixel Ratio Aware
Apache License 2.0
5 stars 1 forks source link

How to use this sdk for my web app? #2

Open canbalkaya opened 9 months ago

canbalkaya commented 9 months ago

I initialized my custom cursor when the app initializing. When I hover the button which I implement the custom cursor, I do not see the custom cursor as I expected.

I saw your PR at flutter/engine repo and the latest changes. Is there any way to use this sdk?

timmaffett commented 4 months ago

I am sorry I missed this issue when you filed it. Unfortunately, you must build your own flutter engine from source in order to use the PR#41186 still.

I have not had time to re-architect the PR to match what a reviewer would like changed. If it is something that you really needed I may be motivated so make some time to modify the PR...

XxThunderBlastxX commented 3 months ago

I am making a multi-platform app in which I require custom cursors. I hope your PR merges with the flutter engine so I can integrate it for web as well.

Thank you

timmaffett commented 3 months ago

@XxThunderBlastxX Unfortunately the PR has not been merged yet. There are (somewhat arbitrary) changes requested that I have not had the time to implement. It is fairly straightforward to build your own flutter engine if you need it sooner - I just have not had the time to jump through all of the (never ending?) hoops that inevitably come up with submitting flutter prs.

I originally created this package, and the accompanying engine PR's to allow it, not because I needed it but because it was an outstanding feature request for flutter that had not been implemented. When it has drug on for years it gets a little hard to have the sustained time/energy to keep the ball rolling.. lol