Skip to content
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

The argument type 'KeyEvent' can't be assigned to the parameter type 'RawKeyEvent' #47

Closed
johnzhu123 opened this issue Jun 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@johnzhu123
Copy link

johnzhu123 commented Jun 26, 2024

I'm using pluto_grid_plus: 8.4.0
I can't use 8.4.1, cause there is dependency conflict in my project

Resolving dependencies... 
Note: intl is pinned to version 0.18.1 by flutter_test from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because every version of flutter_test from sdk depends on intl 0.18.1 and pluto_grid_plus >=8.4.1 depends on intl ^0.19.0,
  flutter_test from sdk is incompatible with pluto_grid_plus >=8.4.1.
So, because iconsole depends on both pluto_grid_plus ^8.4.1 and flutter_test from sdk, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on pluto_grid_plus: flutter pub add pluto_grid_plus:^8.4.0

/lib/src/manager/shortcut/pluto_grid_shortcut.dart:33:39: Error: The argument type 'KeyEvent' can't be assigned to the parameter type 'RawKeyEvent'.

not like this one: #6

the message is opposite

I really need this to customize the filter widgets

use this locally is also an option, if can remove all the errors

@johnzhu123 johnzhu123 added the bug Something isn't working label Jun 26, 2024
@johnzhu123
Copy link
Author

johnzhu123 commented Jun 27, 2024

ok,8.4.1 is ok, need to upgrade everything, will close this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant