This website requires JavaScript.
Explore
Help
Sign In
DEV
/
flutter_flutter
Watch
1
Star
0
Fork
0
You've already forked flutter_flutter
mirror of
https://github.com/flutter/flutter.git
synced
2026-02-20 02:29:02 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
flutter_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
…
CMakeLists.txt.tmpl
…
pluginClassSnakeCase.cc.tmpl
…