Last updated:
0 purchases
flutter phosphor icons
Flutter Phosphor Icons #
Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really. Explore all our icons at phosphoricons.com.
Now available for flutter.
Installation #
flutter_phosphor_icons: ^any
Usage #
// Import the package
import 'package:flutter_phosphor_icons/flutter_phosphor_icons.dart';
// Use the icons from the package
Container(
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: [
Icon(
PhosphorIcons.heart,
size: 45,
),
Icon(
PhosphorIcons.heart_thin,
size: 45,
),
Icon(
PhosphorIcons.heart_light,
size: 45,
),
Icon(
PhosphorIcons.heart_bold,
size: 45,
),
Icon(
PhosphorIcons.heart_fill,
size: 45,
),
],
),
),
copied to clipboard
Screenshot #
Support Me #
Related Projects #
phosphor-react ▲ Phosphor icon component library for React
phosphor-vue ▲ Phosphor icon component library for Vue
phosphor-icons ▲ Phosphor icons for Vanilla JS
phosphor-figma ▲ Phosphor icons Figma plugin
License #
MIT © Phosphor Icons
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.