lottie_player

Last updated:

0 purchases

lottie_player Image
lottie_player Images
Add to Cart

Description:

lottie player

lottie_player #
Flutter lottie player is support to Android iOS and Web.
https://pub.dev/packages/lottie Plugin is not supported with
flutter run -d chrome --web-renderer html // to run the app
copied to clipboard
That's why we have create this plugin. I hope you are happy with this plugin.


About #
This package allows you to view lottie json file via network url with Flutter.
Lottie network image output

Usage #



Parameter
Default
Description




networkUrl
required
Creates a networkUrl for an network image json file url


width
Screen width
Creates a width for image


height
Screen height
Creates a height for image



This can be used without parameters.
import 'package:lottie_player/lottie_player.dart';

LottiePlayer(
networkUrl: 'https://assets5.lottiefiles.com/packages/lf20_i9mtrven.json',
width: 200,
height: 200,
);
copied to clipboard
Example #
The sample code can be found under the example package.
You can try changing all parameters.
Visit our web and contact to hire #
Thank you here

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.