/grain

Wrap your widgets in an aesthetic, old film grain

Primary LanguageDartMIT LicenseMIT

Grain

Implements a grain filter that supports animation, helping you create a grainy effect on your widgets. It allows you to achieve an aesthetic similar to old film photos.

Example

Usage

Simply wrap your widget with GrainFiltered widget.

GrainFiltered(
    child: YourWidget(),
)