In my flutter app i have imported the flutter file_picker
library. However this library does not currently support flutter web. The library is not imperative to my apps use.
THE MAIN QUESTION: Is there any way to check whether a library imported is unsupported and then in which case I can remove parts of the UI and code?