material-components_materia.../docs/directorystructure.md
2017-04-12 17:08:41 -07:00

1004 B

Material component directory structure

All of the Material Components are located under lib/. The library is sub-divided into:

Any widgets that require a platform-specific implementation can be found in the base/ directory, while all other widgets are located under src/.

Classes in the library are separated into two directories:

Classes in widget/ comprise the public API; these can be used directly in your applications. Classes in internal/ are part of the protected API and are used to support the public API classes.