flutter_lottie icon indicating copy to clipboard operation
flutter_lottie copied to clipboard

Use lottie in flutter for both iOS and Android

Results 30 flutter_lottie issues
Sort by recently updated
recently updated
newest added

Currently experiencing null safety issues with this library ``` Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:flutter_lottie ```

I would like to change the tint color of Lottie's animated art. How to do it?

I watched Direct map import is not possible, please make Direct map import feature.

Cannot find type 'LOTAnimationView' in scope

Android 5.x and Android 6.x ![Capture+_2019-07-25-21-31-10](https://user-images.githubusercontent.com/7090588/61884186-faed0980-af25-11e9-8878-6c4b81ffcf1d.png)

**The app is crushing with the exception of "Missing values for keyframe" Using the last version of the plugin (0.2.0) App is migrated to AndroidX** **Full output**: `E/AndroidRuntime(19998): FATAL EXCEPTION:...

Change to current Lottie version Android to `com.airbnb.android:lottie:3.4.0`

on Android 9 Xiaomi Note 5 E/flutter (30881): at io.flutter.plugin.platform.PlatformViewsController$1.createPlatformView(PlatformViewsController.java:91) E/flutter (30881): at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.create(PlatformViewsChannel.java:96) E/flutter (30881): at io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1.onMethodCall(PlatformViewsChannel.java:60) E/flutter (30881): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:231) E/flutter (30881): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:93) E/flutter (30881): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:642)...

Why can't the third animation show up when my page has more than two animations?