mirror of
https://github.com/flutter/samples.git
synced 2026-03-24 13:22:01 +00:00
Note: a reference to MaterialIcons is intentionally omitted because the
corresponding font is not included in this source.
If you add MaterialIcons-Extended.ttf to this directory, you can update
FontManifest.json as follows:
[
{
"family": "MaterialIcons",
"fonts": [
{
"asset": "MaterialIcons-Extended.ttf"
}
]
},
{
"family": "GoogleSans",
"fonts": [
{
"asset": "GoogleSans-Regular.ttf"
}
]
},
{
"family": "GalleryIcons",
"fonts": [
{
"asset": "GalleryIcons.ttf"
}
]
}
]