iconhub 0.0.1 copy "iconhub: ^0.0.1" to clipboard
iconhub: ^0.0.1 copied to clipboard

An icon pack library from iconhub.io .

iconhub #

An icon for Flutter package project.

Getting Started #

To install this package into your flutter package add bellow code in pubspec.yaml

iconhub: ^0.0.1

Bundled Icon Sets #

Browser all

  • Line (1789 icon)
  • Other under build

Widget #

IconHub

Prop Description
width set width icon
height set height icon
color change default color of icon

Example #

// Import package
import 'package:iconhub/iconhub.dart';

// 0.0.1 version used
IconHub(IconHubs.line.setting),
IconHub(IconHubs.line.phone),
IconHub(IconHubs.line.world),
IconHub(IconHubs.line.ac),
2
likes
100
pub points
0%
popularity

Publisher

verified publisherfarhanroy.dev

An icon pack library from iconhub.io .

Homepage

Documentation

API reference

License

Apache-2.0, MIT (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on iconhub