You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
* [README] Adding links to code and how to import (#1)
* [README] Tiny correction and added more links. (#3)
* [Contributing] Adding contributing file. (#7)
* [Contributing] Adding contributing file.
* [Contributing] Adding end new line.
* [License] Adding link to license. (#6)
* [Templates] Templates for Issue and PR. (#8)
* [Templates] Templates for Issue and PR.
* Update PULL_REQUEST_TEMPLATE.md
* [Docs] Adding AUTHORS and CODE_OF_CONDUCT (#5)
* [Docs] Adding AUTHORS and CODE_OF_CONDUCT.
* Update AUTHORS
* [Docs] Doc site file added (#9)
* [Docs] Doc site file added
* [Docs] Adding trailing new line.
* [Docs] Correcting uppercase.
* Deploy to master (#4) (#10)
* [README] Adding links to code and how to import (#1)
* [README] Tiny correction and added more links. (#3)
* [Docs] Adding index. (#11)
## Thanks for starting a pull request on Material Components!
2
+
3
+
#### Don't forget:
4
+
-[ ] Are you sure you mean this repo? This repository is a reference to the [main Flutter repository](https://github.com/flutter/flutter). Code-level issues should be created there.
5
+
-[ ] Link to GitHub issues it solves. ```closes #1234```
6
+
-[ ] Sign the CLA bot. You can do this once the pull request is opened.
7
+
8
+
Be sure to read the [Flutter guide on contributing](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md).
9
+
10
+
### Related issues
11
+
- Type `#` and the issue number or `#` and select the from the inline drop down.
<p>Implement <a href="https://material.io/guidelines">Material Design</a> with pixel-perfect components, maintained by Google engineers and designers</p>
12
+
</li>
13
+
<liclass="benefits-list-item">
14
+
<h3>Flexible development</h3>
15
+
<p>Develop apps using components that support Android and iOS</p>
16
+
</li>
17
+
<liclass="benefits-list-item">
18
+
<h3>Industry standards</h3>
19
+
<p>Take advantage of the same designs used in Google’s apps</p>
20
+
</li>
21
+
</ul>
22
+
{% endcontentfor %}
23
+
24
+
## MDC-Flutter Source Code
25
+
26
+
All Material Components for Flutter can be found in the [Flutter repository](https://github.com/flutter/flutter/tree/master/packages/flutter/lib/src/material).
27
+
28
+
## Usage
29
+
30
+
Material Components is included by default in Flutter's packages. To add access to MDC widgets in a file, simply import the `material.dart` file.
0 commit comments