Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alann-maulana/akar_icons_flutter

Perfectly rounded icon library made for designers and developers.
https://github.com/alann-maulana/akar_icons_flutter

Last synced: about 1 month ago
JSON representation

Perfectly rounded icon library made for designers and developers.

Awesome Lists containing this project

README

        

# akar_icons_flutter
The [Akar Icons](https://akaricons.com/) Icon pack available as set of Flutter Icons.

Based on Akar Icons Fonts 1.1.21. See [fonts](https://github.com/artcoholic/akar-icons-fonts/tree/main/src/fonts/).

👍 Like us on [pub.dev](https://pub.dev/packages/akar_icons_flutter)!


akar icons

## Installation

In the `dependencies:` section of your `pubspec.yaml`, add the following line:

```yaml
akar_icons_flutter: 1.1.21
```

## Usage

```dart
import 'package:akar_icons_flutter/akar_icons_flutter.dart';

class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return new IconButton(
// Use the AkarIcons class for the IconData
icon: new Icon(AkarIcons.sword),
onPressed: () { print('Using the sword'); }
);
}
}
```

## Author
Arturo Wibawa ([@agwibawa](https://twitter.com/agwibawa))

## License
[MIT License](./LICENSE), Copyright © 2020-present Arturo Wibawa.

## Credits
Flutter Support by [Alann Maulana](https://github.com/alann-maulana)