Pierre Champion

Results 84 comments of Pierre Champion

It's more an enhancement than an bug, IIRC the [`goleveldb/leveldb`](https://github.com/go-flutter-desktop/plugins/blob/126db66aab41a16729b07b894675d9ad30c5747d/shared_preferences/plugin.go#L12) package doesn't allows for multiple process to access the same db.

An example of an rendered abstraction layer can be found in: https://github.com/fyne-io/fyne/blob/2de50ef4d133ca5e1e8b22dc49e4033e4119ce88/internal/driver/glfw/window.go

Yea.. We are missing a real build system here (no grade, makefile..). But I think it is for the best, it is easier to maintain classic `go build` for a...

We are still open for ideas. Maybe a simple yaml like: ``` darwin: "https://something.com/A.Framwork" window: "https://something.com/A.dll" linux: "https://something.com/A.so" ``` would be enough?

We would like to avoid hooks ref:https://github.com/go-flutter-desktop/go-flutter/issues/203#issuecomment-516612894

Any updates on this?

@GeertJohan and I are maintaining this alternative desktop embedder. This approach has some benefits: plugins are way easier to write in Golang than in C++/Objective-C; and our API is easier...

@davidmartos96 I have linked the question in the Wiki. Also, the README notices the user of the existence of a wiki. Leaving this Issue open; If anyone has questions about...

@phanirithvij go-flutter plugins aren't compatible with Flutter Desktop (used to be flutter-desktop-embedding) and Flutter Desktop plugins aren't compatible with go-flutter.

Sorry for the late response, I'm out also out of time^^ I did the following modification in https://github.com/go-flutter-desktop/go-flutter/blob/a180924a5433b5acec510c7b7ccbb0e6aac8cdf7/application.go#L207 | v ```golang eventLoop := newEventLoop( glfw.PostEmptyEvent, // Wakeup GLFW func(t *embedder.FlutterTask)...