A package that gives your cards or any other widgets a smooth shadow, it also supports adding shadow to text widgets.
smooth_shadow: <latest_version>
To add shadows to your Card, Cotainer or any other Widget wrap it with SmoothCard
SmoothCard(
child: MyWidget(),
),
To add shadows to your Text() widget, wrap it with TextShadow .
TextShadow(
child: Text("Hello world"),
),
check the example section for more details.
all contributions, or suggestions bug fixes are welcome through github repo.