miladimos / fabler_icons

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fabler_icons

The official Tabler Icon Pack.

official Tabler icons version: 1.119.0

pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
  fabler_icons: ^1.2.34

Usage

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

About

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

License:MIT License


Languages

Language:Dart 100.0%