philipgiuliani / fabler_icons

set of Tabler icons for flutter platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fabler_icons

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

The official Tabler Icon Pack.

official Tabler icons version: 1.53

pubspec.yaml

dependencies:
  flutter:
    sdk: flutter
  fabler_icons: ^1.2.2

Usage

import 'package:fabler_icons/fabler_icons.dart';

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

alt text

About

set of Tabler icons for flutter platforms

License:MIT License


Languages

Language:Dart 99.7%Language:Swift 0.2%Language:Kotlin 0.1%Language:Objective-C 0.0%