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
copied to clipboard
  • Import in flutter source code:
  import 'package:tabler_icons/tabler_icons.dart';
copied to clipboard
  • 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')
            ],
          ),
        ],
      ),
    )
copied to clipboard

https://tabler-icons.io/

Screenshot 2021-06-06 020544

17
likes
150
points
41
downloads

Publisher

verified publisherbongthorn.tech

Weekly Downloads

2024.09.19 - 2025.04.03

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tabler_icons