https://github.com/xclud/flutter_material
https://github.com/xclud/flutter_material
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/xclud/flutter_material
- Owner: xclud
- License: mit
- Created: 2020-11-25T20:30:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T20:29:52.000Z (about 5 years ago)
- Last Synced: 2025-06-17T20:37:47.730Z (about 1 year ago)
- Language: Dart
- Size: 1.51 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# material
[](https://pub.dartlang.org/packages/material)
Set of material design icons incluing 1070 outlined icons.
[Web Demo](https://xclud.github.io/flutter_material/)
## Supported platforms
* Flutter Android
* Flutter iOS
* Flutter Web
* Flutter Desktop
## Getting Started
In your `pubspec.yaml` file add:
```dart
dependencies:
material: any
```
Then, in your code import:
```dart
import 'package:material/material.dart';
```