fabler_icons

!!! this repository forked of https://github.com/bigbadbob2003/flutter_tabler_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