how i can exclude device_info_plus
Is there an existing issue for this?
- [X] I have searched the existing issues
The question
how i can exclude device_info_plus
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
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