Skip to content

Tags: go-flutter-desktop/go-flutter

Tags

v0.52.2

Toggle v0.52.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement new method channels to avoid warnings (#669)

* Implement new method channels to avoid warnings

Since the upgrade to Flutter 3.0 there were new method channels introduced.

This commit implement a couple of them, to reduce the amount of warnings when running the project.

Fixes #667

* Update restoration.go

Co-authored-by: Pierre Champion | Drakirus <pierrescalade@gmail.com>

v0.52.1

Toggle v0.52.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update glfw.go

v0.52.0

Toggle v0.52.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wrap glfw.PostEmptyEvent funcion to prevent panic (#579)

v0.51.0

Toggle v0.51.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes pixel ration on macos (#458)

* fixes pixel ration on macos

* Update glfw.go

* Update glfw.go

* Update glfw.go

* tidy

v0.50.0

Toggle v0.50.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix segfault when running with Flutter 3.0 (#663)

The release of Flutter 3.0 caused apps to segfault when running with hover.
The issue seems to be related to an updated ABI that required new headers to be
compiled into `go-flutter` to make the interop compatible.

This commit updates the `embedder.h` file to match the latest file from
`flutter/flutter` allowing applications to run with the new version.

v0.44.0

Toggle v0.44.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Option to pass escape presses to the app instead of popping current r…

…oute (#632)

v0.43.0

Toggle v0.43.0's commit message
fixes: #561 double deletion

v0.42.0

Toggle v0.42.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: enable aot (#450)

* feat: enable aot

* Move LDFLAGS to hover

Co-authored-by: jld3103 <jld3103yt@gmail.com>

v0.41.2

Toggle v0.41.2's commit message
hotfixes: #490 treat numpad enter as enter

v0.41.1

Toggle v0.41.1's commit message
fix: typos & fixes: #460