zulip / zulip-flutter

Upcoming Zulip mobile apps for Android and iOS, using Flutter
Apache License 2.0
197 stars 192 forks source link

linux build: Disable a warning that url_launcher_linux can trigger #1024

Closed gnprice closed 1 month ago

gnprice commented 1 month ago

This works around the following issue in url_launcher_linux: https://github.com/flutter/flutter/issues/153083

The issue only appears on some hosts, namely those with "older versions of glib".

chrisbobbe commented 1 month ago

Sure, SGTM; merging.