flutter_phosphor_icons 0.0.1+6 copy "flutter_phosphor_icons: ^0.0.1+6" to clipboard
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.

GitHub stars GitHub forks GitHub watchers Follow on GitHub

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 #

Screenshot

Support Me #

Buy Me A Coffee

License #

MIT © Phosphor Icons

88
likes
120
pub points
93%
popularity

Publisher

unverified uploader

Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_phosphor_icons