Hidde Eertman
Hidde Eertman
I had the same issue. Didn't solved it on a very clean way but you can use the drag event to add a class when dragging. Then simply put pointer-events:...
Hey, did you found a solution to this error? I'm having the same error and haven't managed to find a solution yet.
Ah okay, then something else is causing the error for me since I got 11.4.1. Thnx for the quick reply!
For me it was also the Xcode version, but in a different way. I had to downgrade my version to 11.3 instead of 11.4.1.
Can you try something like this? ```dart context.navigateTo( CatalogueRouter( children: [ ItemsCatalogueRoute(), //
I think this is a good idea. I need to deploy the app in separate languages but I don't want to manually change the .json file every time. I tried...