flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

how i can exclude device_info_plus

Open samih93 opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

The question

how i can exclude device_info_plus

samih93 avatar Apr 24 '24 10:04 samih93

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 avatar Apr 27 '24 00:04 EchoEllet

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

EchoEllet avatar Sep 11 '24 19:09 EchoEllet