Last updated:
0 purchases
iconhub
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
copied to clipboard
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),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.