This website requires JavaScript.
Explore
Help
Register
Sign In
firka
/
flutter
Watch
5
Fork
0
You've already forked flutter
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
flutter
/
packages
/
flutter_tools
/
templates
/
plugin
/
linux.tmpl
History
stuartmorgan
3ff334d68d
Add a missing include to the Linux plugin template (
#68737
)
...
The template uses strcmp (to check the received method), so should include <cstring>
2020-10-22 13:50:39 -07:00
..
include
/projectName.tmpl
Fix Windows and Linux plugin template filenames (
#66997
)
2020-09-30 16:07:03 -07:00
CMakeLists.txt.tmpl
Fix Windows and Linux plugin template filenames (
#66997
)
2020-09-30 16:07:03 -07:00
pluginClassSnakeCase.cc.tmpl
Add a missing include to the Linux plugin template (
#68737
)
2020-10-22 13:50:39 -07:00