css_filter 1.0.3 css_filter: ^1.0.3 copied to clipboard
Apply various filter effects in a CSS-like way in flutter, can be used on any widget, not just images, support custom filters and control filter intensity.
0.1.0 #
- initial publish.
0.2.0 #
- add example.
0.5.0 #
- add unit test.
- update docs.
- fixed isNotDefault.
0.9.0 #
- add opacity.
- update test.
- update example.
- add CI
1.0.0 #
- add CSS Instagram filters.
- update docs.
- support for custom preset.
- optimize the code structure.
1.0.1 #
- add i18n docs.
- format code.
1.0.2 #
- fix CSSFilter.blur()
1.0.3 #
- fix CSSFilterMatrix