get_shimmer 0.0.8 copy "get_shimmer: ^0.0.8" to clipboard
get_shimmer: ^0.0.8 copied to clipboard

A package to add getX shimmer effect for Flutter projects

0.0.8 #

  • ๐Ÿ”ง Breaking fix: Replaced custom RenderProxyBox with Flutter's native ShaderMask
    • Fixes OffsetLayer type casting errors
    • Eliminates layer composition conflicts
    • More stable and maintainable
  • ๐Ÿงน Simplified GetShimmerController using GetSingleTickerProviderStateMixin
  • ๐Ÿ“‰ Reduced code complexity (~60 lines removed)
  • ๐Ÿ—‘๏ธ Removed unused flutter/rendering.dart import

0.0.7 #

  • โšก Performance optimizations:
    • Shader caching to reduce GPU work per frame
    • Proper ticker disposal to prevent memory leaks
    • RepaintBoundary for isolated repaints
  • ๐Ÿ”„ Multiple shimmer instances now animate independently (unique controller tags)
  • ๐Ÿš€ Zero overhead when enabled: false (returns child directly)
  • ๐ŸŽจ Default colors changed from blue to grey shades (grey.shade300/100)
  • ๐Ÿ“ฆ Updated get dependency to ^4.7.3
  • ๐Ÿ“– Updated README and preview images

0.0.6 #

  • Made default values of baseColor and highlightColor and nullable for them.

0.0.5 #

  • Add Images to README.md file.

0.0.4 #

  • Update README.md file.

0.0.3 #

  • Add Example.

0.0.2 #

  • Initial release.

0.0.1 #

  • Initial test.
23
likes
160
points
231
downloads

Publisher

verified publisherhsnalidroos.dev

Weekly Downloads

A package to add getX shimmer effect for Flutter projects

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get

More

Packages that depend on get_shimmer