An open API service indexing awesome lists of open source software.

https://github.com/xclud/flutter_material


https://github.com/xclud/flutter_material

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# material

[![pub package](https://img.shields.io/pub/v/material.svg)](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';
```