Skip to content

miladimos/fabler_icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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