color_interpolate 0.0.7 copy "color_interpolate: ^0.0.7" to clipboard
color_interpolate: ^0.0.7 copied to clipboard

A new Flutter package with color interpolation, to use as a PageView. My suggestion is that you use this package when dealing witg OnBoarding screens, to achieve a nice looking UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add color_interpolate

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  color_interpolate: ^0.0.7

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:color_interpolate/color_interpolate.dart';
5
likes
130
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package with color interpolation, to use as a PageView. My suggestion is that you use this package when dealing witg OnBoarding screens, to achieve a nice looking UI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on color_interpolate