gradient_box_decoration 0.1.2 copy "gradient_box_decoration: ^0.1.2" to clipboard
gradient_box_decoration: ^0.1.2 copied to clipboard

discontinued
outdated

Liner box gradient decoration with 300+ different color combination.

flutter_gradient_box_decoration #

A Flutter plugin for iOS and Android for Liner box gradient decoration with 300+ different color combination.

Feedback and Pull Requests are most welcome!

Installation #

Add to pubspec.yaml.

dependencies:
  ...
  gradient_box_decoration: ^0.1.2

Usage Example #

import custom_gradient.dart

import 'package:gradient_box_decoration/src/custom_gradient.dart';

How to use. #

Container(
        decoration: CustomGradient.DecoratedGradient(
            orientation: CustomGradient.ORIENTATION_HORIZONTAL,
            gradientType: CustomGradient.GRADIENT_TYPE_AMIN),
      )

Gradient Orientation. #

CustomGradient.ORIENTATION_HORIZONTAL
CustomGradient.ORIENTATION_VERTICAL

Gradient Type (300+ Type are available). #

Here is Some Examples.

CustomGradient.GRADIENT_TYPE_GRADE_GREY.
CustomGradient.GRADIENT_TYPE_PIGGY_PINK.
CustomGradient.GRADIENT_TYPE_COOL_BLUES.
CustomGradient.GRADIENT_TYPE_MEGATRON.
CustomGradient.GRADIENT_TYPE_MOONLIT_ASTEROID.
CustomGradient.GRADIENT_TYPE_JSHINE.
CustomGradient.GRADIENT_TYPE_EVENING_SUNSHINE.
CustomGradient.GRADIENT_TYPE_DARK_OCEAN.
CustomGradient.GRADIENT_TYPE_COOL_SKY.
CustomGradient.GRADIENT_TYPE_YODA.
CustomGradient.GRADIENT_TYPE_MEMARIANI.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Liner box gradient decoration with 300+ different color combination.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on gradient_box_decoration