tree: 25dac7f0a4f8bea5ace4acb7634c1489523044fd [path history] [tgz]
  1. accessibility/
  2. canvaskit/
  3. cpu_features/
  4. libjpeg-turbo/
  5. ninja/
  6. spring_animation/
  7. test_shaders/
  8. tonic/
  9. txt/
  10. web_locale_keymap/
  11. web_test_fonts/
  12. web_unicode/
  13. .clang-tidy
  14. .gitignore
  15. README.md
third_party/README.md

flutter/third_party

This directory contains third-party code that is a combination of:

  • Code that is vendored into the Flutter repository, from an external source. For example, we might have third_party/glfw, which contains the GLFW library, vendored from an external repository.

    💡 TIP: See DEPS for where these sources are declared.

  • Code that originates from another repository, but is copied (sometimes with alterations) into the Flutter repository. For an example, see third_party/spring_animation.

  • Code that is licensed separately from the rest of the Flutter repository. For example, see third_party/txt.

When adding a new externally sourced third-party library, update .gitignore:

# Ignores all third_party/ directories except for the ones we want to track.

+ !{folder_name}/