gio-plugins
gio-plugins copied to clipboard
Gio-Plugins offers new plugins to extend and enhance your Gio app. Inspired by flutter/plugins repository,
**Why that plugin should be added?** NFC Tags can be useful for identify objects and exchange fixed/dynamic data. In my specific case that is a alternative to #67. **What features...
**Why that plugin should be added?** It's common for IoT devices to use Bluetooth for the initial bootstrap, or use hotspot-WiFi, which seems to be less reliable. In that case,...
**Why that plugin should be added?** Video/Music players are very common on websites and apps. I think multiple apps would like to play videos or even streaming videos from external...
**Is your feature request related to a problem? Please describe.** Currently, gio-plugins don't support Gio 0.5. **Describe the solution you'd like** Make it compatible. **Describe alternatives you've considered** We need...
https://github.com/gioui-plugins/gio-plugins/blob/main/share/demo/main.go#L39 ```sh theme := material.NewTheme(gofont.Collection()) ``` should just be: ```sh theme := material.NewTheme() ```
I have makefiles setup to help with gio compile, packing, signing and also downloading for users from a html page. They help do things that the gogio cmd does not...
I can print cookies using `ListCookieOp` and `CookiesEvent`, but it seems to ignore session cookies: https://developer.mozilla.org/docs/Web/HTTP/Cookies#define_the_lifetime_of_a_cookie is it possible?
Running off latest... cd explorer/demo && go run . OR cd explorer/demo && go build . cd explorer/demo && ./demo ```sh github.com/gioui-plugins/gio-plugins/explorer ../explorer_macos.go:56:14: cannot use e.config.View (variable of type uintptr)...