Notify

October 7, 2021 ยท View on GitHub

FreeDesktop notification library

Install

v install duarteroso.notify

Usage

mut n := &Notification
n.title = 'Title'
n.message = 'Message'
n.send()