https://github.com/kyu-suke/f_glitch
Add glitch effect and RGB shift effect to selected image and change frequency of occurrence to these effects.
https://github.com/kyu-suke/f_glitch
dart flutter flutter-animation flutter-examples flutter-package glitch-effect ui-challenges
Last synced: 7 months ago
JSON representation
Add glitch effect and RGB shift effect to selected image and change frequency of occurrence to these effects.
- Host: GitHub
- URL: https://github.com/kyu-suke/f_glitch
- Owner: kyu-suke
- License: bsd-3-clause
- Created: 2022-07-31T00:42:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T04:14:49.000Z (almost 3 years ago)
- Last Synced: 2025-10-23T01:34:21.037Z (7 months ago)
- Topics: dart, flutter, flutter-animation, flutter-examples, flutter-package, glitch-effect, ui-challenges
- Language: Dart
- Homepage:
- Size: 3.98 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# notice
[animated_glitch](https://pub.dev/packages/animated_glitch) is more powerful package.
It is better to use above package to add glitch effect images.
# f_glitch
[](https://pub.dev/packages/f_glitch)
[web demo](https://kyu-suke.github.io/examples/flttr/)
Glitch effects to images.
- basic

- highFrequency

### mov file demo
https://user-images.githubusercontent.com/9162117/183772705-6db4aec8-993b-45e4-93e1-35e95a1a3543.mov
https://user-images.githubusercontent.com/9162117/183772721-f78558e6-82f7-4a64-8626-32b3b6117245.mov
## How to use
In your pubspec.yaml:
```yaml
dependencies:
f_glitch: ^0.1.1
```
```dart
FGlitch(
imageProvider: const AssetImage('assets/sample.jpg')
);
```