tree: 1c1a454223b939c2f90ef841fc095e787f6a7194 [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. engine.cc
  16. engine.h
  17. file_in_namespace_buffer.cc
  18. file_in_namespace_buffer.h
  19. flatland_connection.cc
  20. flatland_connection.h
  21. flatland_external_view_embedder.cc
  22. flatland_external_view_embedder.h
  23. flatland_platform_view.cc
  24. flatland_platform_view.h
  25. flutter_runner_fakes.h
  26. flutter_runner_product_configuration.cc
  27. flutter_runner_product_configuration.h
  28. focus_delegate.cc
  29. focus_delegate.h
  30. focus_delegate_unittests.cc
  31. fuchsia_intl.cc
  32. fuchsia_intl.h
  33. fuchsia_intl_unittest.cc
  34. gfx_external_view_embedder.cc
  35. gfx_external_view_embedder.h
  36. gfx_platform_view.cc
  37. gfx_platform_view.h
  38. gfx_session_connection.cc
  39. gfx_session_connection.h
  40. isolate_configurator.cc
  41. isolate_configurator.h
  42. keyboard.cc
  43. keyboard.h
  44. keyboard_unittest.cc
  45. logging.h
  46. main.cc
  47. platform_view.cc
  48. platform_view.h
  49. platform_view_unittest.cc
  50. pointer_delegate.cc
  51. pointer_delegate.h
  52. pointer_delegate_unittests.cc
  53. prebuilt_framework.gni
  54. README.md
  55. runner.cc
  56. runner.h
  57. runner_tzdata_unittest.cc
  58. runner_unittest.cc
  59. surface.cc
  60. surface.h
  61. surface_producer.h
  62. task_runner_adapter.cc
  63. task_runner_adapter.h
  64. unique_fdio_ns.h
  65. vsync_waiter.cc
  66. vsync_waiter.h
  67. vsync_waiter_unittest.cc
  68. vulkan_surface.cc
  69. vulkan_surface.h
  70. vulkan_surface_pool.cc
  71. vulkan_surface_pool.h
  72. vulkan_surface_producer.cc
  73. 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.