google / flutter-desktop-embedding

Experimental plugins for Flutter for Desktop
Apache License 2.0
7.1k stars 607 forks source link

[file_selector_linux] is this pluge didnt support below gtk3.2? #824

Closed WGHCWC closed 3 years ago

WGHCWC commented 3 years ago

linux/flutter/ephemeral/.plugin_symlinks/file_selector_linux/linux/file_selector_plugin.cc:115:31: error: use of undeclared identifier 'gtk_file_chooser_native_new' /linux/flutter/ephemeral/.plugin_symlinks/file_selector_linux/linux/file_selector_plugin.cc:154:41: error: use of undeclared identifier 'GTK_NATIVE_DIALOG'

stuartmorgan commented 3 years ago

Assuming you mean 3.20, not 3.2, that is correct. Supporting GTK versions that are more than five years old is not a priority.