tabler_icons_pro 0.1.0
tabler_icons_pro: ^0.1.0 copied to clipboard
Strongly-typed Tabler icons for Flutter with configurable stroke width.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tabler_icons_proThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tabler_icons_pro: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tabler_icons_pro/tabler_icons_pro.dart';