antler119 / system_tray

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.
MIT License
214 stars 51 forks source link

Add support for Ubuntu 22.04 or greater #61

Closed Pana-g closed 1 year ago

Pana-g commented 1 year ago

Related issue: #59

@antler119 Added support for Ubuntu 22.04 or greater by adding alternative dependency on ayatana-appindicator3-0.1 so now you can install it by running sudo apt install libayatana-appindicator3-dev without conflicting with other libraries.