Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
/ flutter-clip-shadow Public archive

A shadow cast by a clipped box. Support all BoxShadow class properties!

License

Notifications You must be signed in to change notification settings

Maopy/flutter-clip-shadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clip_shadow

pub package

Paint clip widgets with shadows.

Getting Started

Add dependency to pubspec.yaml

[...]
dependencies:
  clip_shadow: any
[...]

Install the package using Terminal

$ flutter packages get

Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

import

import 'package:clip_shadow/clip_shadow.dart';
new ClipShadow(
  clipper: CustomClipper(...)
  boxShadow: [
    new BoxShadow(...)
  ]
  child: new Container(...)
)

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

About

A shadow cast by a clipped box. Support all BoxShadow class properties!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published