Back to Wails

Dialogs Example

v3/examples/dialogs/README.md

2.13.0595 B
Original Source

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:

bash
go run main.go

Building the example

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

bash
wails3 task build

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

bash
wails3 task package

Status

PlatformStatus
MacMostly Working
WindowsWorking
Linux