I am trying to migrate my existing Flutter app to web. The problem is that certain packages are not compatible with Web, (e.g. path_provider and many others).
I don’t really want to build a whole new project so is there a way to exclude certain dependencies for web? Couldn’t find anything on this.