You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Is there an existing issue for this?
The question
how i can exclude device_info_plus
The text was updated successfully, but these errors were encountered: