contoured_shadow 0.1.0 copy "contoured_shadow: ^0.1.0" to clipboard
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_shadow

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

dependencies:
  contoured_shadow: ^0.1.0

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:contoured_shadow/contoured_shadow.dart';
1
likes
160
points
92
downloads
screenshot

Documentation

API reference

Publisher

verified publisherayushd70.dev

Weekly Downloads

Soft, shape-following shadows for Flutter widgets via a RenderObject that blurs the child silhouette. Ideal for cutout images, icons, and irregular shapes.

Repository (GitHub)
View/report issues

Topics

#ui #shadow #effects #render-object #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on contoured_shadow