An open API service indexing awesome lists of open source software.

https://github.com/breitburg/grain

Wrap your widgets in an aesthetic, old film grain
https://github.com/breitburg/grain

aesthetic dart flutter

Last synced: 29 days ago
JSON representation

Wrap your widgets in an aesthetic, old film grain

Awesome Lists containing this project

README

          

# 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](https://github.com/breitburg/grain/assets/25728414/cd7e5ff1-f0ec-471f-a71f-a4d25a49cee0)

## Usage

Simply wrap your widget with `GrainFiltered` widget.

```dart
GrainFiltered(
child: YourWidget(),
)
```