mirror of
https://github.com/flutter/samples.git
synced 2026-04-03 10:13:39 +00:00
[Material] Material theme builder (#313)
* Initial version. * Applied theming. * Updated UI - Updated ThemeData to baseline values * Update readme Update readme * Update readme * Update readme * [INDEX] Adding a listing for this. * [Material Theme Builder] PR feedback and updating for new text theme API. * [Material Theme Builder] More PR feedback. * [Material Theme Builder] Adding to Travis. * [Material Theme Builder] Rebase conflicts. * [Theme Generator] Adding 1 link to the readme. Co-authored-by: yasmineevjen <yasmineevjen@users.noreply.github.com>
This commit is contained in:
7
INDEX.md
7
INDEX.md
@@ -101,6 +101,13 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user