Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 995 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 995 Bytes

notice

animated_glitch is more powerful package. It is better to use above package to add glitch effect images.

f_glitch

pub package

web demo

Glitch effects to images.

  • basic

basic_

  • highFrequency

highFrequency_

mov file demo

basic.mov
highFrequency.mov

How to use

In your pubspec.yaml:

dependencies:
  f_glitch: ^0.1.1
FGlitch(
  imageProvider: const AssetImage('assets/sample.jpg')
);