feather_icons_svg 0.4.0 feather_icons_svg: ^0.4.0 copied to clipboard
Feather Icons SVG allows to customize stroke width in runtime. Uses flutter_svg instead of icon font.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add feather_icons_svg
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
feather_icons_svg: ^0.4.0
Alternatively, 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:feather_icons_svg/feather_icons_svg.dart';