singerdmx / flutter-quill

Rich text editor for Flutter

Home Page:https://pub.dev/packages/flutter_quill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how i can exclude device_info_plus

samih93 opened this issue · comments

Is there an existing issue for this?

The question

how i can exclude device_info_plus

commented

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