color_mesh 1.0.2 copy "color_mesh: ^1.0.2" to clipboard
color_mesh: ^1.0.2 copied to clipboard

A mesh (multi-point) gradient that can be used like RadialGradient and LinearGradient.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add color_mesh

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

dependencies:
  color_mesh: ^1.0.2

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_mesh/color_mesh.dart';
17
likes
160
points
712
downloads
screenshot

Publisher

verified publisherhamzahayak.dev

Weekly Downloads

A mesh (multi-point) gradient that can be used like RadialGradient and LinearGradient.

Repository (GitHub)

Topics

#mesh #gradient #color #decoration #animation

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on color_mesh