smooth_shadow 1.0.1 copy "smooth_shadow: ^1.0.1" to clipboard
smooth_shadow: ^1.0.1 copied to clipboard

A package that gives your cards or any other widgets a smooth shadow, it also supports adding shadow to text widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smooth_shadow

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

dependencies:
  smooth_shadow: ^1.0.1

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:smooth_shadow/smooth_shadow.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A package that gives your cards or any other widgets a smooth shadow, it also supports adding shadow to text widgets.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on smooth_shadow