shadow_container 0.0.1 copy "shadow_container: ^0.0.1" to clipboard
shadow_container: ^0.0.1 copied to clipboard

A Flutter package that provides a custom `Container` widget with a shadow effect. This widget allows you to easily add a shadow effect to your UI elements without having to manually configure the `Box [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shadow_container

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

dependencies:
  shadow_container: ^0.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:shadow_container/shadow_container.dart';
1
likes
120
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a custom `Container` widget with a shadow effect. This widget allows you to easily add a shadow effect to your UI elements without having to manually configure the `BoxShadow` property of the `Container` widget. You can customize the color, opacity, spread radius, blur radius, and border radius of the shadow to fit your needs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on shadow_container