fabler_icons 1.2.3
fabler_icons: ^1.2.3 copied to clipboard
set of Tabler icons for flutter platforms
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'); }
);
}
}
![]()