aves_mio/.flutter/engine/src/flutter/third_party
Fabio Micheluz 2c988f959b
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-02-19 13:25:23 +01:00
..
accessibility first commit 2026-02-19 13:25:23 +01:00
boringssl first commit 2026-02-19 13:25:23 +01:00
canvaskit first commit 2026-02-19 13:25:23 +01:00
spring_animation first commit 2026-02-19 13:25:23 +01:00
test_shaders/selman first commit 2026-02-19 13:25:23 +01:00
tonic first commit 2026-02-19 13:25:23 +01:00
web_locale_keymap first commit 2026-02-19 13:25:23 +01:00
web_test_fonts first commit 2026-02-19 13:25:23 +01:00
.clang-tidy first commit 2026-02-19 13:25:23 +01:00
.gitignore first commit 2026-02-19 13:25:23 +01:00
README.md first commit 2026-02-19 13:25:23 +01:00

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}/