flutter/packages/flutter_tools/templates/app_shared/linux.tmpl
Robert Ancell fe9d9a9db3
Implement GApplication:shutdown so a Flutter developer knows where to put code that should occur on application shutdown. (#136780)
This was added because the dispose method doesn't seem to be called - something must still have a reference to the application after shutdown.

Solution for https://github.com/flutter/flutter/issues/136582
2023-10-18 18:08:53 +00:00
..
flutter Document template CMake files (#96534) 2022-01-14 14:55:14 -08:00
.gitignore Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
CMakeLists.txt.tmpl Reland "Native assets support for Linux" (#135097) 2023-09-22 06:07:06 +00:00
main.cc Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
my_application.cc.tmpl Implement GApplication:shutdown so a Flutter developer knows where to put code that should occur on application shutdown. (#136780) 2023-10-18 18:08:53 +00:00
my_application.h Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00