gio-plugins
gio-plugins copied to clipboard
Gio-Plugins offers new plugins to extend and enhance your Gio app. Inspired by flutter/plugins repository,
Ability to record the users microphone . I don’t think gio-x has anything like this. For a webview it would be sauer to add because we can tap into the...
**Affected plugin** WebViewer **Describe the bug** A clear and concise description of what the bug is. **Expected behavior** I followed WebViewer's instruction, but when ever I call `webviewer.WebViewOp{Tag: new(int)}.Push(gtx.Ops)` the...
Most of the things in gio-plugins rely on native features and so are specific to the OS. Windows 10 and windows 11, mac ( latest ) are the main ones...
https://developer.android.com/training/sharing/receive At the moment i use NATS for this but its a hack. I need to support receive shares. any ideas ?
Ability to open more windows for any application. motivation : you have a need for the user to see more than one screen / view at once, rather than requiring...
I just started using https://github.com/ncruces/zenity It’s awesome for where you need to use native OS dialogs for various things. It’s possible that it might be useful with gioui because sone...
A very common but missing feature for GIO ( and also fyne ) is self updating. https://github.com/minio/selfupdate looks ok but i have not tested it. Seems to be well used...
Currently, all plugins are locked into Gio and on the plugin system usage. In the next month, is expect all plugins to be redesigned (again), to: Use plugins without `op.Ops`....
**Why that plugin should be added?** For security reasons, some apps may require to use fingerprint authentication. **What features this plugin should have and how it should work?** It should...
Why that plugin should be added? For many cases it's important to know what type of network the user is connected to, the sound volume, and also the battery level....