Skip to content

Commit 7fe851c

Browse files
committed
update example READMEs
1 parent 29ac67a commit 7fe851c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
This repo contains the source code for packages developed by the Material Flutter team.
44

55

6-
| Package | Pub | Issues | Pull requests |
7-
|--------|-----|--------|---------------|
8-
| [google\_fonts](./packages/google_fonts/) | [![pub package](https://img.shields.io/pub/v/google_fonts.svg)](https://pub.dev/packages/google_fonts) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20google_fonts?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20google_fonts) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20google_fonts?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+google_fonts%22) |
9-
| [dynamic\_color](./packages/dynamic_color/) | [![pub package](https://img.shields.io/pub/v/dynamic_color.svg)](https://pub.dev/packages/dynamic_color) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20dynamic_color?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20dynamic_color) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20dynamic_color?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+dynamic_color%22) |
10-
| [adaptive\_breakpoints](./packages/adaptive_breakpoints/) | [![pub package](https://img.shields.io/pub/v/adaptive_breakpoints.svg)](https://pub.dev/packages/adaptive_breakpoints) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20adaptive_breakpoints?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20adaptive_breakpoints) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20adaptive_breakpoints?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+adaptive_breakpoints%22) |
11-
| [adaptive\_navigation](./packages/adaptive_navigation/) | [![pub package](https://img.shields.io/pub/v/adaptive_navigation.svg)](https://pub.dev/packages/adaptive_navigation) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20adaptive_navigation?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20adaptive_navigation) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20adaptive_navigation?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+adaptive_navigation%22) |
12-
| [adaptive\_components](./packages/adaptive_components/) | [![pub package](https://img.shields.io/pub/v/adaptive_components.svg)](https://pub.dev/packages/adaptive_components) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20adaptive_components?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20adaptive_components) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20adaptive_components?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+adaptive_components%22) |
13-
| [symbols](./packages/symbols/) | [![pub package](https://img.shields.io/pub/v/symbols.svg)](https://pub.dev/packages/symbols) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20symbols?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20symbols) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20symbols?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+symbols%22) |
6+
| Package | Pub | Issues | Pull requests | Example |
7+
|--------|-----|--------|---------------|---|
8+
| [google\_fonts](./packages/google_fonts/) | [![pub package](https://img.shields.io/pub/v/google_fonts.svg)](https://pub.dev/packages/google_fonts) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20google_fonts?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20google_fonts) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20google_fonts?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+google_fonts%22) | [Example](https://material-foundation.github.io/flutter-packages/google_fonts) |
9+
| [dynamic\_color](./packages/dynamic_color/) | [![pub package](https://img.shields.io/pub/v/dynamic_color.svg)](https://pub.dev/packages/dynamic_color) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20dynamic_color?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20dynamic_color) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20dynamic_color?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+dynamic_color%22) | [Example](https://material-foundation.github.io/flutter-packages/dynamic_color) |
10+
| [adaptive\_breakpoints](./packages/adaptive_breakpoints/) | [![pub package](https://img.shields.io/pub/v/adaptive_breakpoints.svg)](https://pub.dev/packages/adaptive_breakpoints) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20adaptive_breakpoints?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20adaptive_breakpoints) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20adaptive_breakpoints?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+adaptive_breakpoints%22) | [Example](https://material-foundation.github.io/flutter-packages/adaptive_breakpoints) |
11+
| [adaptive\_navigation](./packages/adaptive_navigation/) | [![pub package](https://img.shields.io/pub/v/adaptive_navigation.svg)](https://pub.dev/packages/adaptive_navigation) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20adaptive_navigation?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20adaptive_navigation) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20adaptive_navigation?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+adaptive_navigation%22) | [Example](https://material-foundation.github.io/flutter-packages/adaptive_navigation) |
12+
| [adaptive\_components](./packages/adaptive_components/) | [![pub package](https://img.shields.io/pub/v/adaptive_components.svg)](https://pub.dev/packages/adaptive_components) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20adaptive_components?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20adaptive_components) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20adaptive_components?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+adaptive_components%22) | [Example](https://material-foundation.github.io/flutter-packages/adaptive_components) |
13+
| [symbols](./packages/symbols/) | [![pub package](https://img.shields.io/pub/v/symbols.svg)](https://pub.dev/packages/symbols) | [![GitHub issues by-label](https://img.shields.io/github/issues/material-foundation/flutter-packages/p:%20symbols?label=)](https://github.com/material-foundation/flutter-packages/labels/p%3A%20symbols) | [![GitHub pull requests by-label](https://img.shields.io/github/issues-pr/material-foundation/flutter-packages/p:%20symbols?label=)](https://github.com/material-foundation/flutter-packages/pulls?q=is%3Aopen+is%3Apr+label%3A%22p%3A+symbols%22) | |
1414

1515

1616
## Issues

packages/dynamic_color/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ harmonized color schemes, and harmonizing custom colors.
6464

6565
See [example/lib/accent_color.dart][accent color example] for obtaining the accent color on desktop.
6666

67-
<a href="https://material-foundation.github.io/flutter-packages/packages/dynamic_color/example/build/web/">
67+
<a href="https://material-foundation.github.io/flutter-packages/dynamic_color">
6868
<img src="https://user-images.githubusercontent.com/6655696/152188934-35e58f5c-2a3c-41af-8d49-faabb1701dcc.png" width="400" /> </a>
6969

7070
All examples are part of this [example app] ([source][example app source]). To run the example app:
@@ -110,5 +110,5 @@ flutter build web
110110
[dynamiccolorplugin.getcorepalette example]: https://github.com/material-foundation/flutter-packages/tree/main/packages/dynamic_color/example/lib/get_core_palette_example.dart
111111
[example app source]: https://github.com/material-foundation/flutter-packages/tree/main/packages/dynamic_color/example/lib/
112112
[harmonization.dart]: https://github.com/material-foundation/flutter-packages/blob/main/packages/dynamic_color/lib/src/harmonization.dart
113-
[example app]: https://material-foundation.github.io/flutter-packages/packages/dynamic_color/example/build/web/
113+
[example app]: https://material-foundation.github.io/flutter-packages/dynamic_color
114114
[accent color example]: https://github.com/material-foundation/flutter-packages/blob/main/packages/dynamic_color/example/lib/accent_color.dart

0 commit comments

Comments
 (0)