tabler_icons 2.5.0+1 copy "tabler_icons: ^2.5.0+1" to clipboard
tabler_icons: ^2.5.0+1 copied to clipboard

A tabler icon flutter packages based on https://tabler-icons.io/

Tabler Icons #

Flutter Icon Base on tabler-icon.io

Usage #

  • add to pubspec.yaml
flutter pub add tabler_icons
  • Import in flutter source code:
  import 'package:tabler_icons/tabler_icons.dart';
  • Example:
Center(
      child: Column(
        mainAxisAlignment: MainAxisAlignment.center,
        children: <Widget>[
          Row(
            children: <Widget>[
              Icon(TablerIcons.arrow_back),
              SizedBox(width: 10.0),
              Text('Arrow Back Icon')
            ],
          ),
          Row(
            children: <Widget>[
              Icon(TablerIcons.heart),
              SizedBox(width: 10.0),
              Text('Heart Icon')
            ],
          ),
        ],
      ),
    )

https://tabler-icons.io/

Screenshot 2021-06-06 020544

13
likes
130
pub points
85%
popularity

Publisher

verified publisherbongthorn.tech

A tabler icon flutter packages based on https://tabler-icons.io/

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on tabler_icons