This website requires JavaScript.
Explore
Help
Sign In
zan1456
/
flutter
Watch
1
Star
0
Fork
0
You've already forked flutter
forked from
firka/flutter
Code
Pull Requests
Activity
Files
b3bde1d9da170ee6577b3292f19fb209ec3a7f45
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