I have a Flutter app that runs on iOS and also want to run that same app on macOS via the Mac Designed for iPad target. While I am able to run the app via Xcode using the Mac Designed for iPad target, I am unable to get the mouse to change when hovered over buttons or MouseRegion widgets.
To test this, I created a barebones Flutter app at /. When running this barebones app targeting macOS directly, I do get the mouse cursor changes. However, when running the same app using the Mac Designed for iPad target, I do not get the mouse cursor changes.
Please note that while I am able to run the barebones test app directly as a macOS app, I am unable to do this with the main app because it is very complex and has many plugin dependencies which are not compatible with macOS directly. This is why I am going down the Mac Designed for iPad route.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745237252a4617964.html
评论列表(0条)