tabler_icons_next 2.34.3 copy "tabler_icons_next: ^2.34.3" to clipboard
tabler_icons_next: ^2.34.3 copied to clipboard

Yet another Tabler Icons package for Flutter that keeps updating with the latest version of the upstream.

Tabler Icons Next for Flutter #

Pub.dev

Yet another Tabler Icons package for Flutter that keeps updating with the latest version of the upstream.

Getting started #

import 'package:tabler_icons_next/tabler_icons_next.dart';

Both icon font and SVG icons are supported.

  • Icon font

    import 'package:flutter/widgets.dart';
    ...
    Icon(TablerIcons.check)
    
  • SVG

    import 'package:flutter_svg/flutter_svg.dart'; // Or any SVG package of your choice
    ...
    SvgPicture.string(TablerIconsSvg.check)
    

License #

MIT

3
likes
0
pub points
45%
popularity

Publisher

verified publisherbetakuang.me

Yet another Tabler Icons package for Flutter that keeps updating with the latest version of the upstream.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tabler_icons_next