1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-28 15:21:30 +00:00

Revert "[Material] Material theme builder (#313)" (#446)

This reverts commit 9a33d45766.
This commit is contained in:
Will Larche
2020-05-21 17:42:23 -04:00
committed by GitHub
parent 9a33d45766
commit ae287da326
115 changed files with 0 additions and 3455 deletions

View File

@@ -101,13 +101,6 @@ A collection of animation examples. The app starts with basic concepts like
`AnimationController` and `Tween`, then progresses to transitions and
advanced demos.
#### [Material Theme Builder](material_theme_builder) _(Material team)_
Build a Material Theme lets you create your own Material theme by customizing
values for color, typography, and shape. See how these values are applied to
Material components and discover how to implement your custom theme in your
own projects.
#### [Infinite list](infinite_list) _(Flutter team)_
A sample implementation of the infinite list, a common UI pattern in which