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

https://github.com/miladimos/fabler_icons

tabler icons for flutter platforms (alpha) CONTRIBUTE TO COMPLETE IT :))
https://github.com/miladimos/fabler_icons

dart fabler fabler-icons flutter-apps flutter-web icons iconset tabler tabler-icons tabler-ui

Last synced: 1 day ago
JSON representation

tabler icons for flutter platforms (alpha) CONTRIBUTE TO COMPLETE IT :))

Awesome Lists containing this project

README

        

# fabler_icons
### !!! this repository forked of https://github.com/bigbadbob2003/flutter_tabler_icons 😉

The official [Tabler Icon Pack](https://github.com/tabler/tabler-icons).

official Tabler icons version: 1.119.0

## pubspec.yaml
```yml
dependencies:
flutter:
sdk: flutter
fabler_icons: ^1.2.34
```

## Usage
```Dart
import 'package:fabler_icons/fabler_icons.dart';

class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return new IconButton(
icon: new Icon(FablerIcons.iconAddressBook),
onPressed: () { print('iconAddressBook pressed'); }
);
}
}
```

![alt text](https://github.com/bigbadbob2003/fabler_icons/raw/master/.github/screenshot.png)