-
Notifications
You must be signed in to change notification settings - Fork 282
Consider putting 'go' in the folder name used by 'hover' #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've updated my comment on #205, as you said, we should make a distinction between embedder project. The tool 'hover' creates a desktop directory in the root of the project; if @GeertJohan is ok with a breaking change, go-flutter-desktop/hover#13 should fix the issue. Again, don't hesitate on posting 'guidance' issue, as they can help us to make the right decisions for the community. |
I would like to give this some more thought, i'm affraid things can still be confusing with |
Apologies if the title caused confusion; I was assuming that |
Running It would be nice if hover could detect and automatically link
I understand that the name is a bit confusing, but that goes both ways. On the other hand, go-flutter can be used for non-desktop as well, the name 'desktop' may even be confusing for projects that use go-flutter on embedded devices / touchscreens, which don't really classify as 'desktop'. How about simply Example import statements: package main
import (
file_picker "github.com/username/file_picker/go"
device_info "github.com/flutter/plugins/packages/device_info/go"
) Thoughts? @Drakirus @stuartmorgan |
I like |
fixed by go-flutter-desktop/hover#12 |
I noticed that there was a suggestion to upstream a go-flutter-desktop plugin implementation into an existing plugin's repository in a
desktop
directory. For similar reasons as given here I would recommend that if implementations are going to live in the upstream projects you consider using a more distinctive name (maybego-desktop
orgo_desktop
?). E.g.:desktop
is a good name for their implementations?(Please note that this isn't official guidance or anything of that nature; it's entirely up to you. It just seems like a potential future area of confusion for the ecosystem that could be avoided by changing it early while it's still easy to do so.)
The text was updated successfully, but these errors were encountered: