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

Major bug on android #1384

Closed
Gilles-kpn opened this issue Aug 30, 2023 · 7 comments
Closed

Major bug on android #1384

Gilles-kpn opened this issue Aug 30, 2023 · 7 comments

Comments

@Gilles-kpn
Copy link

Gilles-kpn commented Aug 30, 2023

My issue is about [Mobile]

Flutter app not build after installing this dependency.

[+1388 ms] [+2195 ms] ../../.pub-cache/hosted/pub.dev/flutter_quill-7.4.4/lib/src/widgets/raw_editor.dart:353:7: Error: No named parameter with the name 'onLiveTextInput'.
[   +1 ms] [   +1 ms]       onLiveTextInput: null,
[        ] [        ]       ^^^^^^^^^^^^^^^
[        ] [        ] ../../.flutter/packages/flutter/lib/src/widgets/editable_text.dart:1832:38: Context: Found this candidate, but the arguments don't match.
[        ] [        ]   static List<ContextMenuButtonItem> getEditableButtonItems({
[        ] [        ]                                      ^^^^^^^^^^^^^^^^^^^^^^
@Gilles-kpn Gilles-kpn changed the title Major bug android Major bug on android Aug 30, 2023
@DyNamite-TNT-1
Copy link

DyNamite-TNT-1 commented Aug 30, 2023

This issue because pub update to fit with flutter sdk 3.13.
You need to update your flutter sdk to lastest or use version below 7.4.0.
@singerdmx Is there another way?

@Gilles-kpn
Copy link
Author

Gilles-kpn commented Aug 30, 2023

I try using version 7.2.0, 7.3.0 but the error occured each time of build or run .
I can't update flutter sdk ubtil i verify if nothing will be broken on project
Any suggestions??
@DyNamite-TNT-1

@singerdmx
Copy link
Owner

Use old version of flutter quill if you are not using latest version of flutter

@DyNamite-TNT-1
Copy link

DyNamite-TNT-1 commented Aug 31, 2023

I try using version 7.2.0, 7.3.0 but the error occured each time of build or run . I can't update flutter sdk ubtil i verify if nothing will be broken on project Any suggestions?? @DyNamite-TNT-1

"use version below 7.4.0." means version of flutter quill. Sorry for making you misunderstand.

@Eduardocoutto
Copy link

I have the same problem when running on flutter web. The problem is compatibility with flutter.

@iHamza7
Copy link

iHamza7 commented Oct 2, 2023

i face the same issue for 2 days and after upgrading my flutter sdk from 3.0.0 to 3.13.0 it work and make sure after upgrading the sdk save changes to the project environment sdk as well

@EchoEllet
Copy link
Collaborator

Thank you for the report, the issue has been fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants