phosphor_icons 3.0.1
phosphor_icons: ^3.0.1 copied to clipboard
Implementation of Phosphor Icons for Flutter. 1500+ icons in Thin, Light, Regular, Bold, Fill, and Duotone. Compatible with Flutter 3.43+.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add phosphor_iconsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
phosphor_icons: ^3.0.1Alternatively, 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:phosphor_icons/phosphor_icons.dart';