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

how i can exclude device_info_plus #1833

Closed
1 task done
samih93 opened this issue Apr 24, 2024 · 2 comments · Fixed by #2194
Closed
1 task done

how i can exclude device_info_plus #1833

samih93 opened this issue Apr 24, 2024 · 2 comments · Fixed by #2194
Labels
help wanted Extra attention is needed

Comments

@samih93
Copy link

samih93 commented Apr 24, 2024

Is there an existing issue for this?

The question

how i can exclude device_info_plus

@samih93 samih93 added the help wanted Extra attention is needed label Apr 24, 2024
@EchoEllet
Copy link
Collaborator

Unfortunately there is no way since the editor depends on it, the solution would be that we extract all the plugins code into a separated package that implements an interface that we create in the core package and requiring to implement the interface when using the core package or without nothing when using the new package that include everything of the core package + implementing the interface with the plugins code

so users can define their own solutions or use completely different package but this will require the user/developer some work to get it done

@EchoEllet
Copy link
Collaborator

EchoEllet commented Sep 11, 2024

Issue fixed in 10.5.15-dev.0.

The device_info_plus plugin has been removed and is no longer a dependency of flutter_quill

If you use flutter_quill_extensions which at the moment still uses super_clipboard, which uses super_native_extensions which uses device_info_plus. See #2229

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
2 participants