afkcodes / flutter_phosphor_icons

Phosphor Icons for Flutter.

Home Page:https://pub.dev/packages/flutter_phosphor_icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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(with null safety).

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

Related Projects

License

MIT © Phosphor Icons

About

Phosphor Icons for Flutter.

https://pub.dev/packages/flutter_phosphor_icons

License:MIT License


Languages

Language:Dart 54.4%Language:CSS 45.3%Language:JavaScript 0.2%Language:Swift 0.1%Language:Kotlin 0.0%Language:Objective-C 0.0%