tree: 0bf3fec0d5acfbbcb2c69f82e3471d21f4819237 [path history] [tgz]
  1. build/
  2. integration_flutter_tests/
  3. kernel/
  4. meta/
  5. tests/
  6. accessibility_bridge.cc
  7. accessibility_bridge.h
  8. accessibility_bridge_unittest.cc
  9. BUILD.gn
  10. component_v1.cc
  11. component_v1.h
  12. component_v1_unittest.cc
  13. component_v2.cc
  14. component_v2.h
  15. component_v2_unittest.cc
  16. engine.cc
  17. engine.h
  18. file_in_namespace_buffer.cc
  19. file_in_namespace_buffer.h
  20. flatland_connection.cc
  21. flatland_connection.h
  22. flatland_external_view_embedder.cc
  23. flatland_external_view_embedder.h
  24. flatland_platform_view.cc
  25. flatland_platform_view.h
  26. flutter_runner_fakes.h
  27. flutter_runner_product_configuration.cc
  28. flutter_runner_product_configuration.h
  29. focus_delegate.cc
  30. focus_delegate.h
  31. focus_delegate_unittests.cc
  32. fuchsia_intl.cc
  33. fuchsia_intl.h
  34. fuchsia_intl_unittest.cc
  35. gfx_external_view_embedder.cc
  36. gfx_external_view_embedder.h
  37. gfx_platform_view.cc
  38. gfx_platform_view.h
  39. gfx_session_connection.cc
  40. gfx_session_connection.h
  41. isolate_configurator.cc
  42. isolate_configurator.h
  43. keyboard.cc
  44. keyboard.h
  45. keyboard_unittest.cc
  46. logging.h
  47. main.cc
  48. platform_view.cc
  49. platform_view.h
  50. platform_view_unittest.cc
  51. pointer_delegate.cc
  52. pointer_delegate.h
  53. pointer_delegate_unittests.cc
  54. prebuilt_framework.gni
  55. program_metadata.h
  56. README.md
  57. runner.cc
  58. runner.h
  59. runner_tzdata_unittest.cc
  60. runner_unittest.cc
  61. software_surface.cc
  62. software_surface.h
  63. software_surface_producer.cc
  64. software_surface_producer.h
  65. surface.cc
  66. surface.h
  67. surface_producer.h
  68. task_runner_adapter.cc
  69. task_runner_adapter.h
  70. unique_fdio_ns.h
  71. vsync_waiter.cc
  72. vsync_waiter.h
  73. vsync_waiter_unittest.cc
  74. vulkan_surface.cc
  75. vulkan_surface.h
  76. vulkan_surface_pool.cc
  77. vulkan_surface_pool.h
  78. vulkan_surface_producer.cc
  79. vulkan_surface_producer.h
shell/platform/fuchsia/flutter/README.md

Flutter Application Runner

Implements the fuchsia::sys::Runner FIDL interface to launch and run multiple Flutter applications within the same process.