beta / tabler_icons_next

Yet another Tabler Icons package for Flutter that keeps updating.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabler Icons Next for Flutter

Pub.dev

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

๐ŸŽจ Icons gallery

https://tabler-icons-next.betakuang.me/

๐ŸŽ‰ 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)

Note that a dollar sign ($) is added to icon names starting with numbers, and names that are Dart keywords. For example, 2fa becomes $2fa, and switch becomes $switch.

License

MIT

About

Yet another Tabler Icons package for Flutter that keeps updating.

License:MIT License


Languages

Language:Dart 100.0%Language:HTML 0.0%