-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in Flutter SDK 3.10 #55
Comments
Well, could you please add more information so that I understand in which way your problem is related to this project? |
Hey, I'm facing the same error. Minimal reproducible code is to take the autogenerated default flutter app and add the calendar as shown in the example. Once one tries to start the app, it fails with the message above. Please let me know if there is anything that I can provide to support solving this issue. Thanks a lot! UPDATE: |
I was able to make it work using the workaround from this macos_ui package issue macosui/macos_ui#424 (comment) TL;DR
The problem itself is in the macos_ui library not being compatible. Once the version 2.x is out, this project should bump it and all is goood. |
any news? |
Hi! |
UPDATE: |
I'll check that asap |
With Flutter 3.22.3 I don't get any problem like this. |
../../.pub-cache/hosted/pub.dev/macos_ui-1.12.2/lib/src/fields/text_field.dart:108:35: Error: The parameter 'details' of the method '_TextFieldSelectionGestureDetectorBuilder.onSingleTapUp' has type 'TapUpDetails', which does not match the corresponding type, 'TapDragUpDetails', in the overridden method, 'TextSelectionGestureDetectorBuilder.onSingleTapUp'.
Change to a supertype of 'TapDragUpDetails', or, for a covariant parameter, a subtype.
void onSingleTapUp(TapUpDetails details) {
The text was updated successfully, but these errors were encountered: