You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(ENABLE_BACKWARD_CPP "Set to true if flutter-pi should be compiled with backward-cpp, to provide nice stracktraces on crash. (Useful for bug reports.)"OFF)
40
39
option(BUILD_TEXT_INPUT_PLUGIN "Include the text input plugin in the finished binary. Enables text input (to flutter text fields, for example) via attached keyboards."ON)
41
40
option(BUILD_RAW_KEYBOARD_PLUGIN "Include the raw keyboard plugin in the finished binary. Enables raw keycode listening in flutter via the flutter RawKeyboard interface."ON)
42
41
option(BUILD_TEST_PLUGIN "Include the test plugin in the finished binary. Allows testing platform channel communication."OFF)
@@ -227,13 +226,6 @@ if (BUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN)
0 commit comments