Description
Hover could suggest desktop-implementations of plugins.
- For each dependency package in pubspec.yaml, detect if it's a plugin (uses platform-specific code).
- For each plugin, see if it has a folder
desktop
with ago.mod
file in it. If it has, assume it to be go-flutter compatible and suggest to the user to add it todesktop/cmd/options.go
- For each plugin didn't satisfy point 2, see if there is a folder with the same name in go-flutter-desktop/plugins, then suggest adding that.