Dart package providing MDL resources.
<head>
<link rel="import" href="packages/material_design_lite/material.html">
</head>
Add this to your package's pubspec.yaml file:
dependencies:
material_design_lite: "^1.1.3-1"
You can install packages from the command line:
with pub:
$ pub get
Alternatively, your editor might support pub get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:material_design_lite/material_design_lite.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
1.1.3-1 | May 30, 2016 |
|
|
We analyzed this package on Apr 9, 2018, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
100 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
11 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
32 |
Detected platforms: web
Primary library:
package:material_design_lite/material_design_lite.dart
with components:html
,js
.
Maintain CHANGELOG.md
.
Changelog entries help clients to follow the progress in your code.
Package is pre-release.
Pre-release versions should be used with caution, their API may change in breaking ways.
The description is too short.
Add more detail about the package, what it does and what is its target use case. Try to write at least 60 characters.
Maintain an example.
Create a short demo in the
example/
directory to show how to use this package. Common file name patterns include:main.dart
,example.dart
or you could also usematerial_design_lite.dart
.