flutter/packages/flutter_tools/templates/plugin/linux.tmpl
stuartmorgan 27e652c882
Fix Linux plugin template build visibility (#58069)
The CMake plugin build wasn't setting visibility to hidden by default,
which meant that plugins exported everything by default. This would make
bad interactions between plugins much more likely; only the intended API
should be exported by the shared library.
2020-05-27 10:55:34 -07:00
..
include Switch to CMake for Linux desktop (#57238) 2020-05-16 15:07:34 -07:00
CMakeLists.txt.tmpl Fix Linux plugin template build visibility (#58069) 2020-05-27 10:55:34 -07:00
projectName_plugin.cc.tmpl Switch to CMake for Linux desktop (#57238) 2020-05-16 15:07:34 -07:00