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

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

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';
45
likes
150
points
178
downloads

Publisher

verified publisherafzl.me

Weekly Downloads

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