flutter_phosphor_icons 0.0.1+6 flutter_phosphor_icons: ^0.0.1+6 copied to clipboard
Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really.
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,
),
],
),
),
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