cached_lottie_network 0.0.2 copy "cached_lottie_network: ^0.0.2" to clipboard
cached_lottie_network: ^0.0.2 copied to clipboard

A Flutter package for caching and displaying Lottie animations from network URLs with offline support and secure local storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cached_lottie_network

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cached_lottie_network: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cached_lottie_network/cached_lottie_network.dart';
1
likes
140
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for caching and displaying Lottie animations from network URLs with offline support and secure local storage.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

connectivity_plus, dio, flutter, flutter_secure_storage, lottie

More

Packages that depend on cached_lottie_network