contoured_shadow 0.1.0
contoured_shadow: ^0.1.0 copied to clipboard
Soft, shape-following shadows for Flutter widgets via a RenderObject that blurs the child silhouette. Ideal for cutout images, icons, and irregular shapes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add contoured_shadowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
contoured_shadow: ^0.1.0Alternatively, 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:contoured_shadow/contoured_shadow.dart';