5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-07 08:41:29 +08:00
wails/v3/examples/dialogs
Lea Anthony 740b2b0979
Fix windows icon for about box.
Add NewRGBA and NewRGB methods.
Added README.md to all examples.
Add roadmap.md to docs
2023-10-09 20:56:19 +11:00
..
build [v3] Improve examples 2023-06-06 20:41:28 +10:00
main.go Update dialogs example 2023-10-09 17:38:03 +11:00
README.md Fix windows icon for about box. 2023-10-09 20:56:19 +11:00
Taskfile.yml Update dialogs example 2023-10-09 17:38:03 +11:00

Dialogs Example

This example is a comprehensive example of using dialogs in Wails.

Running the example

To run the example, simply run the following command:

go run main.go

Building the example

To build the example in debug mode, simply run the following command:

wails3 task build

To build the example to use application icons, simply run the following command:

wails3 task package

Status

Platform Status
Mac
Windows Working
Linux