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
- Host: GitHub
- URL: https://github.com/breitburg/grain
- Owner: breitburg
- License: mit
- Created: 2023-08-24T17:56:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T15:20:53.000Z (about 2 years ago)
- Last Synced: 2025-09-01T08:20:49.379Z (about 1 month ago)
- Topics: aesthetic, dart, flutter
- Language: Dart
- Homepage: https://pub.dev/packages/grain
- Size: 134 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.

## Usage
Simply wrap your widget with `GrainFiltered` widget.
```dart
GrainFiltered(
child: YourWidget(),
)
```