cached_network_lottie 0.0.3 copy "cached_network_lottie: ^0.0.3" to clipboard
cached_network_lottie: ^0.0.3 copied to clipboard

Cached network Lottie to load and cache network .json and .lottie files.

Changelog #

0.0.3 #

  • Seamless Telegram Stickers support
  • Enhanced DotLottie feature functionality
  • Fixed platform compatibility issues

0.0.2 #

  • Added support for DotLottie (.lottie) file format
  • Automatic format detection based on URL extension
  • Added CachedNetworkLottie.builder() static method for cases requiring LottieBuilder type (JSON only)

⚠️ BREAKING CHANGE: CachedNetworkLottie now returns StatelessWidget instead of LottieBuilder. Use CachedNetworkLottie.builder() if you need LottieBuilder type.

0.0.1 #

  • Initial release with cached network Lottie support.