shadow_overlay 1.0.5 copy "shadow_overlay: ^1.0.5" to clipboard
shadow_overlay: ^1.0.5 copied to clipboard

Package to beautify your images or widgets. It overlays background color which actually you provide, image or widget seems like transparent (in a gradient style).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shadow_overlay
copied to clipboard

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

dependencies:
  shadow_overlay: ^1.0.5
copied to clipboard

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:shadow_overlay/shadow_overlay.dart';
copied to clipboard
43
likes
150
points
129
downloads

Publisher

verified publisherafzl.me

Weekly Downloads

2024.09.23 - 2025.04.07

Package to beautify your images or widgets. It overlays background color which actually you provide, image or widget seems like transparent (in a gradient style).

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on shadow_overlay