Skip to content

Files

Latest commit

a2b39de · Dec 6, 2024

History

History
This branch is 2 commits behind flutter/engine:main.

third_party

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 18, 2024
Dec 4, 2024
Nov 1, 2024
Apr 16, 2024
Mar 15, 2024
Nov 10, 2022
Feb 7, 2023
Dec 10, 2022
Nov 27, 2024
Nov 27, 2024
Dec 6, 2024
Dec 6, 2024
Dec 6, 2024
Oct 3, 2023
Dec 4, 2024
Oct 10, 2023

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