zonble / flutter_platform_alert

Plays native alert sound and shows native dialogs/alerts in your Flutter app.
https://pub.dev/packages/flutter_platform_alert
MIT License
74 stars 14 forks source link

Supports showing alerts without a window #3

Closed lijy91 closed 2 years ago

lijy91 commented 2 years ago

Solved the following issues

2

https://github.com/leanflutter/window_manager/issues/90

zonble commented 2 years ago

Hi @lijy91

Quick question. Is the fix only applied on macOS? Do we need to care about other platforms?

Thanks!

zonble commented 2 years ago

Hi @lijy91

The Linux build failed. Would you please take a look? Thanks!

I guess we need to update the CI setting and add a line of "apt-get install appindicator3-0.1 libappindicator3-dev" in the Linux build script.

lijy91 commented 2 years ago

Hi @lijy91

The Linux build failed. Would you please take a look? Thanks!

I guess we need to update the CI setting and add a line of "apt-get install appindicator3-0.1 libappindicator3-dev" in the Linux build script.

Fixed.