bicolor_icon 0.0.2 copy "bicolor_icon: ^0.0.2" to clipboard
bicolor_icon: ^0.0.2 copied to clipboard

Flutter library for creating two tone icon, you can customize color/ratio/direction etc...

bicolor_icon #

Flutter library for creating two tone icon, you can customize color/ratio/direction etc...

Pub License

image

Getting Started #

Add package from github by adding the following to your pubspec.yaml, pub publication is added later.

dependencies:
  bicolor_icon: ^0.0.2

Import the library in your file:

import 'package:bicolor_icon/bicolor_icon.dart';

Use the BicolorIcon like this:

BicolorIcon(
  iconData: Icons.favorite,
  iconSize: 50,
  rate: 0.5,
  beginAlignment: Alignment.centerLeft,
  beginColor: Colors.pink,
  endColor: Colors.white
)
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Flutter library for creating two tone icon, you can customize color/ratio/direction etc...

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on bicolor_icon