-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
28 lines (28 loc) · 761 Bytes
/
metadata.json
File metadata and controls
28 lines (28 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "material3-expressive-flutter",
"version": "1.1.0",
"description": "Expert guidance for building Material 3 Expressive applications in Flutter, covering motion, shapes, and components.",
"author": "Mic-360",
"repository": {
"type": "git",
"url": "https://github.com/Mic-360/material3-expressive-flutter"
},
"tags": [
"flutter",
"material-design",
"m3e",
"expressive",
"uikit",
"design-system"
],
"main": "SKILL.md",
"scripts": [
"scripts/component_template.dart"
],
"rules": [
"rules/motion-physics.md",
"rules/shape-morphing.md",
"rules/color-philosophy.md",
"rules/typography-editorial.md"
]
}