├── .github ├── dependabot.yml └── workflows │ ├── analyze-and-test.yaml │ ├── coverage.yaml │ └── publish-on-pub.yaml ├── .gitignore ├── .metadata ├── .pubignore ├── CHANGELOG.md ├── FUNDING.yml ├── LICENSE ├── README.md ├── README.template.md ├── analysis_options.yaml ├── example ├── .gitignore ├── README.md ├── README.template.md ├── android │ ├── .gitignore │ ├── app │ │ ├── build.gradle │ │ └── src │ │ │ ├── debug │ │ │ └── AndroidManifest.xml │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── kotlin │ │ │ │ └── com │ │ │ │ │ └── github │ │ │ │ │ └── xvrh │ │ │ │ │ └── lottie │ │ │ │ │ └── example │ │ │ │ │ └── MainActivity.kt │ │ │ └── res │ │ │ │ ├── drawable-v21 │ │ │ │ └── launch_background.xml │ │ │ │ ├── drawable │ │ │ │ └── launch_background.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── values-night │ │ │ │ └── styles.xml │ │ │ │ └── values │ │ │ │ └── styles.xml │ │ │ └── profile │ │ │ └── AndroidManifest.xml │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ └── gradle-wrapper.properties │ └── settings.gradle ├── assets │ ├── 14595-thumbs-up.json │ ├── 17297-fireworks.json │ ├── AndroidWave.json │ ├── Animation-1700642783167.json │ ├── DynamicGradient.json │ ├── GradientColorInterpolation.json │ ├── HamburgerArrow.json │ ├── Images │ │ └── WeAccept │ │ │ └── img_0.png │ ├── LightningBug_file.tgs │ ├── Logo │ │ └── LogoSmall.json │ ├── LottieLogo1.json │ ├── LottieLogo2.json │ ├── Mobilo │ │ ├── A.json │ │ ├── Apostrophe.json │ │ ├── B.json │ │ ├── BlinkingCursor.json │ │ ├── C.json │ │ ├── Colon.json │ │ ├── Comma.json │ │ ├── D.json │ │ ├── E.json │ │ ├── F.json │ │ ├── G.json │ │ ├── H.json │ │ ├── I.json │ │ ├── J.json │ │ ├── K.json │ │ ├── L.json │ │ ├── M.json │ │ ├── N.json │ │ ├── O.json │ │ ├── P.json │ │ ├── Q.json │ │ ├── R.json │ │ ├── S.json │ │ ├── T.json │ │ ├── U.json │ │ ├── V.json │ │ ├── W.json │ │ ├── X.json │ │ ├── Y.json │ │ └── Z.json │ ├── Tests │ │ ├── 1669133489622.json │ │ ├── 2FrameAnimation.json │ │ ├── 2ParentsMatte.json │ │ ├── Airbnb.zip │ │ ├── Airbnb400.zip │ │ ├── Airbnb800.zip │ │ ├── AnimatedShadow.json │ │ ├── AutoOrient.json │ │ ├── BeyondBounds.json │ │ ├── BounceEasings.json │ │ ├── BoxPosition.json │ │ ├── CheckSwitch.json │ │ ├── DefaultLineJoinCap.json │ │ ├── DifferentPointsCount.json │ │ ├── DynamicGradient.json │ │ ├── DynamicText.json │ │ ├── EditedColor.json │ │ ├── EllipseDirection.json │ │ ├── EmbeddedFont.zip │ │ ├── EndFrame.json │ │ ├── Fill.json │ │ ├── FillBlur.json │ │ ├── Font_Text_Justification_Translate_Scale_Rotation_Test.json │ │ ├── Frame.json │ │ ├── Framerate.json │ │ ├── GradientColorKeyframeAnimation.json │ │ ├── GradientFill.json │ │ ├── GradientFillBlur.json │ │ ├── GradientOneColor.json │ │ ├── GradientOpacityInterpolation.json │ │ ├── GradientStrokeBlur.json │ │ ├── GradientWithVaryingOpacityStops.json │ │ ├── Gradients.color_opacity.changes.multiple.stops.countfirst.json │ │ ├── Heart.json │ │ ├── InterpolateBetweenOpacityStops.json │ │ ├── InterpolatorLoopBack.json │ │ ├── KeyframeTypes.json │ │ ├── LargeComposition.json │ │ ├── LargeSquare.json │ │ ├── Laugh4.json │ │ ├── LayerBlend_0.json │ │ ├── LayerBlend_1.json │ │ ├── LayerBlend_10.json │ │ ├── LayerBlend_11.json │ │ ├── LayerBlend_12.json │ │ ├── LayerBlend_13.json │ │ ├── LayerBlend_14.json │ │ ├── LayerBlend_15.json │ │ ├── LayerBlend_16.json │ │ ├── LayerBlend_17.json │ │ ├── LayerBlend_2.json │ │ ├── LayerBlend_3.json │ │ ├── LayerBlend_4.json │ │ ├── LayerBlend_5.json │ │ ├── LayerBlend_6.json │ │ ├── LayerBlend_7.json │ │ ├── LayerBlend_8.json │ │ ├── LayerBlend_9.json │ │ ├── LoopPlayOnce.json │ │ ├── Marker.json │ │ ├── MaskA.json │ │ ├── MaskInv.json │ │ ├── MaskNone.json │ │ ├── Masks.json │ │ ├── MatteTimeStretchLine.json │ │ ├── MatteTimeStretchScan.json │ │ ├── MissingEndValue.json │ │ ├── MiterLimit.json │ │ ├── Multiline.json │ │ ├── NullEndShape.json │ │ ├── OpacityStops.json │ │ ├── OverlapShapeWithOpacity.json │ │ ├── Parenting.json │ │ ├── PrecompBlur.json │ │ ├── PrecompBlurDecimapPrecompSize.json │ │ ├── Precomps.json │ │ ├── RGB.json │ │ ├── RGBMarker.json │ │ ├── Rect1.json │ │ ├── Rect3.json │ │ ├── Rect4.json │ │ ├── Rect5.json │ │ ├── Rect6.json │ │ ├── Rect7.json │ │ ├── Rect8.json │ │ ├── Rect9.json │ │ ├── Remap.json │ │ ├── Repeater.json │ │ ├── ReversedStar.json │ │ ├── RoundedCorners.json │ │ ├── RoundedNonClosed.json │ │ ├── RoundedWithAlreadyRoundedCorners.json │ │ ├── Scale0.json │ │ ├── ShapeTypes.json │ │ ├── Shapes.json │ │ ├── Skew.json │ │ ├── SolidLayerTransform.json │ │ ├── SplitDimensions.json │ │ ├── SplitPathTransform.json │ │ ├── Squares.json │ │ ├── StarSkew.json │ │ ├── StartEndFrame.json │ │ ├── StaticShadow.json │ │ ├── Stroke.json │ │ ├── StrokeBlur.json │ │ ├── TelegramAlphaCompat.json │ │ ├── Text.json │ │ ├── TextBaseline.json │ │ ├── TextWithPsCenter.json │ │ ├── TextWithPsLeft.json │ │ ├── Text_Justification_Translate_Scale_Rotation_Text.json │ │ ├── TgsWithoutOpacity.json │ │ ├── Thumb.json │ │ ├── TimeRemapAndStartOffset.json │ │ ├── TimeStretch.json │ │ ├── TimeStretchAndStartOffset.json │ │ ├── TimeStretchMask.json │ │ ├── TimeStretchPrecomp.json │ │ ├── TimeStretchPrecomp2.json │ │ ├── TrackMattes.json │ │ ├── TransformWithoutEndValues.json │ │ ├── TrimPathWrapAround.json │ │ ├── TrimPaths.json │ │ ├── TrimPathsInsideAndOutsideGroup.json │ │ ├── WeAccept.json │ │ ├── WeAcceptInlineImage.json │ │ ├── ZipInlineImage.zip │ │ ├── adrock.json │ │ ├── adrock_converted.json │ │ ├── anim_jpg.zip │ │ ├── august_view_pulse.zip │ │ ├── bm.json │ │ ├── bm_converted.json │ │ ├── catrim.json │ │ ├── catrim_converted.json │ │ ├── dalek.json │ │ ├── dalek_converted.json │ │ ├── exported_with_flow.json │ │ ├── hd.json │ │ ├── images │ │ │ └── img_0.png │ │ ├── issue_288.json │ │ ├── kona_splash_animation.json │ │ ├── map.zip │ │ ├── opacity_layers.json │ │ ├── rect2.json │ │ ├── text_with_parent_alpha.json │ │ └── wile.json │ ├── TwitterHeartButton.json │ ├── battery_optimizations.json │ ├── blub.json │ ├── bluetoothscanning.json │ ├── camera_change.json │ ├── cat.lottie │ ├── envelope.json │ ├── example_with_images │ │ ├── data.json │ │ └── images │ │ │ ├── img_0.png │ │ │ ├── img_0.svg │ │ │ ├── img_1.png │ │ │ ├── img_2.png │ │ │ ├── img_3.png │ │ │ ├── img_4.png │ │ │ ├── img_5.png │ │ │ ├── img_6.png │ │ │ ├── img_7.png │ │ │ ├── img_8.png │ │ │ └── img_9.png │ ├── fonts │ │ ├── Comic-Neue.ttf │ │ ├── Helvetica-Neue.ttf │ │ ├── Helvetica.ttf │ │ ├── Noto-Emoji.ttf │ │ ├── Open-Sans.ttf │ │ ├── PT-Serif.ttf │ │ └── Roboto.ttf │ ├── issue270.json │ ├── lf20_w2Afea.json │ ├── lottiefiles │ │ ├── 100_percent.json │ │ ├── 28861-connection-style-2.json │ │ ├── 45668-arrow-with-light-passing-through.json │ │ ├── Plane.json │ │ ├── StreetByMorning.json │ │ ├── a_mountain.json │ │ ├── accept_arrows.json │ │ ├── airbnb.json │ │ ├── android_fingerprint.json │ │ ├── angel.zip │ │ ├── anima.json │ │ ├── animated_graph.json │ │ ├── animated_laptop_.json │ │ ├── animated_logo.json │ │ ├── atm_link.json │ │ ├── autoconnect_loading.json │ │ ├── ball_&_map.zip │ │ ├── banner_animation.json │ │ ├── bb8.json │ │ ├── bell.json │ │ ├── birds.json │ │ ├── bitcoin_to_the_moon.json │ │ ├── blood_transfusion_kawaii.json │ │ ├── bomb.json │ │ ├── books.json │ │ ├── bootymovin.json │ │ ├── bounching_ball.json │ │ ├── brain__.json │ │ ├── browser.json │ │ ├── building_evolution_animation.json │ │ ├── camera.json │ │ ├── camptravel.zip │ │ ├── cancel_button.json │ │ ├── cash.json │ │ ├── change_to_search_bar.json │ │ ├── check_pop.json │ │ ├── chinese.json │ │ ├── clock.json │ │ ├── cloud_disconnection.json │ │ ├── code_invite_success.json │ │ ├── coding_ape.json │ │ ├── coinfall.json │ │ ├── colorline.json │ │ ├── confusion.json │ │ ├── construction_site.json │ │ ├── cooking_app.json │ │ ├── countdown.json │ │ ├── credit_card.json │ │ ├── credit_level.json │ │ ├── cube_loader.json │ │ ├── cubo_livre.json │ │ ├── curly_hair_character_loop.json │ │ ├── cycle_animation.json │ │ ├── day_night_cycle.json │ │ ├── day_of_the_dead.json │ │ ├── deadpool.json │ │ ├── delivery_van.json │ │ ├── developer-animation.zip │ │ ├── dna_loader.json │ │ ├── dog.json │ │ ├── done.json │ │ ├── download copy.json │ │ ├── download.json │ │ ├── downloader.json │ │ ├── drop.json │ │ ├── drop_to_refresh.json │ │ ├── edited-landscape.json │ │ ├── elephant_trunk_swing.json │ │ ├── emoji_shock.json │ │ ├── emoji_tongue.json │ │ ├── emoji_wink.json │ │ ├── empty_status.json │ │ ├── estimate.json │ │ ├── fab_animate.json │ │ ├── fabulous_onboarding_animation.json │ │ ├── favourite_app_icon.json │ │ ├── file_error.json │ │ ├── finance_animation.json │ │ ├── fingerprint_scanner.json │ │ ├── finish,done.json │ │ ├── fish.json │ │ ├── flag_of_mexico.json │ │ ├── flow.json │ │ ├── frog.json │ │ ├── funky_chicken.json │ │ ├── gaming_pad.json │ │ ├── gears.json │ │ ├── geometry.zip │ │ ├── glow_loading.json │ │ ├── gradient_animated_background.json │ │ ├── happy birthday.json │ │ ├── hardware.json │ │ ├── hint_01.json │ │ ├── im_thirsty.json │ │ ├── images │ │ │ └── img_0.png │ │ ├── img_0.png │ │ ├── immiguide_.json │ │ ├── in-app_purchasing.json │ │ ├── india.json │ │ ├── infinite_rainbow.json │ │ ├── intelia_logo_animation.json │ │ ├── iphone_x_loading.json │ │ ├── jojo_the_bird.json │ │ ├── jolly_walker.json │ │ ├── judgement.json │ │ ├── kod.io_logo_reveal.json │ │ ├── la_calavera.json │ │ ├── landing_page.json │ │ ├── lego_loader.json │ │ ├── lf20_fteywrno.json │ │ ├── light.json │ │ ├── lightsaber.json │ │ ├── little_girl_jumping_-_loader.json │ │ ├── loading.json │ │ ├── loading_copy.json │ │ ├── loading_disc.json │ │ ├── loading_semicircle.json │ │ ├── location.json │ │ ├── location_marker.json │ │ ├── location_pin.json │ │ ├── lottie_logo_1.json │ │ ├── lottiepreview_qr.json │ │ ├── mailsent.json │ │ ├── man_and_pay_with_credit_card.json │ │ ├── map_animation.json │ │ ├── material loading.json │ │ ├── material_loader.json │ │ ├── material_loading_2.json │ │ ├── material_wave_loading.json │ │ ├── me_at_office.json │ │ ├── medal.json │ │ ├── menuButton2.json │ │ ├── menu_button_alt.json │ │ ├── mindful.json │ │ ├── mnemonics.json │ │ ├── money.json │ │ ├── motorcycle.json │ │ ├── moving bus.json │ │ ├── moving_eye.json │ │ ├── no_internet_connection.json │ │ ├── notification_request.json │ │ ├── octopus.json │ │ ├── ofrenda.json │ │ ├── on_off_settings_switch.json │ │ ├── pagado.json │ │ ├── pagination.json │ │ ├── panel2d.json │ │ ├── passport.json │ │ ├── patient_successfully_added.json │ │ ├── payme.json │ │ ├── peli-canon.json │ │ ├── pen_tool_loop.json │ │ ├── pencil_write.json │ │ ├── penguin.json │ │ ├── permission.json │ │ ├── personal_character.json │ │ ├── ph_onboarding_.json │ │ ├── phonological.json │ │ ├── pink_drink_machine.json │ │ ├── plane_to_dollar.json │ │ ├── play,_pause.json │ │ ├── play_and_like_it.json │ │ ├── play_button.json │ │ ├── playing.json │ │ ├── point.json │ │ ├── poo_loader.json │ │ ├── powerupp_app_onboard (1).json │ │ ├── powerupp_app_onboard.json │ │ ├── preloader.json │ │ ├── print.json │ │ ├── progress_bar 2.json │ │ ├── progress_bar.json │ │ ├── rating.json │ │ ├── red_pocket_pop_up.json │ │ ├── rejection.json │ │ ├── retweet.json │ │ ├── rocket.json │ │ ├── rocksauce_title_card.json │ │ ├── scan.json │ │ ├── scan_qr_code_success.json │ │ ├── search_button.json │ │ ├── security_token_roundtable.zip │ │ ├── sensor_scan.zip │ │ ├── servishero_loading.json │ │ ├── simple_loader.json │ │ ├── sky.zip │ │ ├── slack_app_loader.json │ │ ├── snowcation.json │ │ ├── socar_logo.json │ │ ├── soda_loader.json │ │ ├── spacehub.json │ │ ├── spinner loading.json │ │ ├── splashy_loader.json │ │ ├── square_drop_loader.json │ │ ├── star 2.json │ │ ├── streetby_test_loading.json │ │ ├── submit button.json │ │ ├── summer.json │ │ ├── sushi_and_wine.zip │ │ ├── swiftkey-logo.json │ │ ├── swipe_menu.json │ │ ├── swipe_right_indicator.json │ │ ├── switch_loop.json │ │ ├── the_final_frontier.json │ │ ├── tigerobo_demo.json │ │ ├── timer_(3_second_loop).json │ │ ├── toggle.json │ │ ├── toggle_switch.json │ │ ├── touch_id.json │ │ ├── tractor.json │ │ ├── tractor_animation.json │ │ ├── trail_loading.json │ │ ├── trophy.json │ │ ├── trophy_animation.zip │ │ ├── truecosmos.json │ │ ├── turbine.json │ │ ├── typing dot.json │ │ ├── uk.json │ │ ├── updating_map.json │ │ ├── us.json │ │ ├── video_cam.json │ │ ├── vigilance_camera.json │ │ ├── volume_indicator.json │ │ ├── volume_shake_indicator.json │ │ ├── vr_animation.json │ │ ├── vr_sickness.json │ │ ├── walking.json │ │ ├── walking_arrow.json │ │ ├── wallet recharge.json │ │ ├── washing_machine.json │ │ ├── win_result_2.json │ │ ├── wolf_peek.json │ │ ├── x_pop.json │ │ ├── xamarin_logo_2.json │ │ ├── xuanwheel_logo.json │ │ ├── yoga_carpet.json │ │ └── youtube_icon_reveal.json │ ├── pass_loading.json │ ├── playing.json │ ├── spinning_carrousel.zip │ ├── sticker.json │ ├── tent.json │ ├── vegan_font.zip │ └── weather │ │ ├── fog.json │ │ ├── hurricane.json │ │ ├── thunder-storm.json │ │ ├── tornado.json │ │ └── windy.json ├── ios │ ├── .gitignore │ ├── Flutter │ │ ├── AppFrameworkInfo.plist │ │ ├── Debug.xcconfig │ │ └── Release.xcconfig │ ├── Podfile │ ├── Podfile.lock │ ├── Runner.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ │ └── WorkspaceSettings.xcsettings │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Runner.xcscheme │ ├── Runner.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── WorkspaceSettings.xcsettings │ └── Runner │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon-App-1024x1024@1x.png │ │ │ ├── Icon-App-20x20@1x.png │ │ │ ├── Icon-App-20x20@2x.png │ │ │ ├── Icon-App-20x20@3x.png │ │ │ ├── Icon-App-29x29@1x.png │ │ │ ├── Icon-App-29x29@2x.png │ │ │ ├── Icon-App-29x29@3x.png │ │ │ ├── Icon-App-40x40@1x.png │ │ │ ├── Icon-App-40x40@2x.png │ │ │ ├── Icon-App-40x40@3x.png │ │ │ ├── Icon-App-60x60@2x.png │ │ │ ├── Icon-App-60x60@3x.png │ │ │ ├── Icon-App-76x76@1x.png │ │ │ ├── Icon-App-76x76@2x.png │ │ │ └── Icon-App-83.5x83.5@2x.png │ │ └── LaunchImage.imageset │ │ │ ├── Contents.json │ │ │ ├── LaunchImage.png │ │ │ ├── LaunchImage@2x.png │ │ │ ├── LaunchImage@3x.png │ │ │ └── README.md │ │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ │ ├── Info.plist │ │ └── Runner-Bridging-Header.h ├── lib │ ├── examples │ │ ├── alert_dialog.dart │ │ ├── animate_no_repeat.dart │ │ ├── animation_controller.dart │ │ ├── animation_full_control.dart │ │ ├── blur.dart │ │ ├── cache.dart │ │ ├── custom_draw.dart │ │ ├── custom_load.dart │ │ ├── dotlottie.dart │ │ ├── draw_cache.dart │ │ ├── drop_shadow.dart │ │ ├── dynamic_properties.dart │ │ ├── dynamic_text.dart │ │ ├── error_builder.dart │ │ ├── examples.dart │ │ ├── hide_after_complete.dart │ │ ├── markers.dart │ │ ├── render_cache.dart │ │ ├── repeat.dart │ │ ├── run_once.dart │ │ ├── save_frames.dart │ │ ├── simple_dynamic_properties.dart │ │ └── telegram_stickers.dart │ ├── main.dart │ ├── main_app.dart │ ├── sizing_example.dart │ ├── src │ │ ├── all_files.g.dart │ │ └── web_files.dart │ └── tests │ │ ├── airbnb.dart │ │ └── we_accept.dart ├── linux │ └── flutter │ │ ├── generated_plugin_registrant.cc │ │ ├── generated_plugin_registrant.h │ │ └── generated_plugins.cmake ├── macos │ ├── .gitignore │ ├── Flutter │ │ ├── Flutter-Debug.xcconfig │ │ ├── Flutter-Release.xcconfig │ │ └── GeneratedPluginRegistrant.swift │ ├── Podfile │ ├── Podfile.lock │ ├── Runner.xcodeproj │ │ ├── project.pbxproj │ │ ├── project.xcworkspace │ │ │ ├── contents.xcworkspacedata │ │ │ └── xcshareddata │ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcshareddata │ │ │ └── xcschemes │ │ │ └── Runner.xcscheme │ ├── Runner.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── Runner │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets │ │ └── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── app_icon_1024.png │ │ │ ├── app_icon_128.png │ │ │ ├── app_icon_16.png │ │ │ ├── app_icon_256.png │ │ │ ├── app_icon_32.png │ │ │ ├── app_icon_512.png │ │ │ └── app_icon_64.png │ │ ├── Base.lproj │ │ └── MainMenu.xib │ │ ├── Configs │ │ ├── AppInfo.xcconfig │ │ ├── Debug.xcconfig │ │ ├── Release.xcconfig │ │ └── Warnings.xcconfig │ │ ├── DebugProfile.entitlements │ │ ├── Info.plist │ │ ├── MainFlutterWindow.swift │ │ └── Release.entitlements ├── pubspec.lock ├── pubspec.yaml ├── test │ └── widget_test.dart ├── tool │ ├── generate_file_list.dart │ └── web_server.dart └── web │ ├── favicon.png │ ├── icons │ ├── Icon-192.png │ ├── Icon-512.png │ ├── Icon-maskable-192.png │ └── Icon-maskable-512.png │ ├── index.html │ └── manifest.json ├── lib ├── lottie.dart └── src │ ├── animation │ ├── content │ │ ├── base_stroke_content.dart │ │ ├── compound_trim_path_content.dart │ │ ├── content.dart │ │ ├── content_group.dart │ │ ├── drawing_content.dart │ │ ├── ellipse_content.dart │ │ ├── fill_content.dart │ │ ├── gradient_fill_content.dart │ │ ├── gradient_stroke_content.dart │ │ ├── greedy_content.dart │ │ ├── key_path_element_content.dart │ │ ├── merge_paths_content.dart │ │ ├── modifier_content.dart │ │ ├── path_content.dart │ │ ├── polystar_content.dart │ │ ├── rectangle_content.dart │ │ ├── repeater_content.dart │ │ ├── rounded_corners_content.dart │ │ ├── shape_content.dart │ │ ├── shape_modifier_content.dart │ │ ├── stroke_content.dart │ │ └── trim_path_content.dart │ └── keyframe │ │ ├── base_keyframe_animation.dart │ │ ├── color_keyframe_animation.dart │ │ ├── double_keyframe_animation.dart │ │ ├── drop_shadow_keyframe_animation.dart │ │ ├── gradient_color_keyframe_animation.dart │ │ ├── integer_keyframe_animation.dart │ │ ├── keyframe_animation.dart │ │ ├── mask_keyframe_animation.dart │ │ ├── path_keyframe.dart │ │ ├── path_keyframe_animation.dart │ │ ├── point_keyframe_animation.dart │ │ ├── shape_keyframe_animation.dart │ │ ├── split_dimension_path_keyframe_animation.dart │ │ ├── text_keyframe_animation.dart │ │ ├── transform_keyframe_animation.dart │ │ └── value_callback_keyframe_animation.dart │ ├── composition.dart │ ├── frame_rate.dart │ ├── l.dart │ ├── lottie.dart │ ├── lottie_builder.dart │ ├── lottie_delegates.dart │ ├── lottie_drawable.dart │ ├── lottie_image_asset.dart │ ├── lottie_property.dart │ ├── model │ ├── animatable │ │ ├── animatable_color_value.dart │ │ ├── animatable_double_value.dart │ │ ├── animatable_gradient_color_value.dart │ │ ├── animatable_integer_value.dart │ │ ├── animatable_path_value.dart │ │ ├── animatable_point_value.dart │ │ ├── animatable_scale_value.dart │ │ ├── animatable_shape_value.dart │ │ ├── animatable_split_dimension_path_value.dart │ │ ├── animatable_text_frame.dart │ │ ├── animatable_text_properties.dart │ │ ├── animatable_transform.dart │ │ ├── animatable_value.dart │ │ └── base_animatable_value.dart │ ├── content │ │ ├── blur_effect.dart │ │ ├── circle_shape.dart │ │ ├── content_model.dart │ │ ├── drop_shadow_effect.dart │ │ ├── gradient_color.dart │ │ ├── gradient_fill.dart │ │ ├── gradient_stroke.dart │ │ ├── gradient_type.dart │ │ ├── layer_blend.dart │ │ ├── mask.dart │ │ ├── merge_paths.dart │ │ ├── polystar_shape.dart │ │ ├── rectangle_shape.dart │ │ ├── repeater.dart │ │ ├── rounded_corners.dart │ │ ├── shape_data.dart │ │ ├── shape_fill.dart │ │ ├── shape_group.dart │ │ ├── shape_path.dart │ │ ├── shape_stroke.dart │ │ └── shape_trim_path.dart │ ├── cubic_curve_data.dart │ ├── document_data.dart │ ├── font.dart │ ├── font_character.dart │ ├── key_path.dart │ ├── key_path_element.dart │ ├── layer │ │ ├── base_layer.dart │ │ ├── composition_layer.dart │ │ ├── image_layer.dart │ │ ├── layer.dart │ │ ├── null_layer.dart │ │ ├── shape_layer.dart │ │ ├── solid_layer.dart │ │ └── text_layer.dart │ └── marker.dart │ ├── options.dart │ ├── parser │ ├── animatable_path_value_parser.dart │ ├── animatable_text_properties_parser.dart │ ├── animatable_transform_parser.dart │ ├── animatable_value_parser.dart │ ├── blur_effect_parser.dart │ ├── circle_shape_parser.dart │ ├── color_parser.dart │ ├── content_model_parser.dart │ ├── document_data_parser.dart │ ├── drop_shadow_effect_parser.dart │ ├── float_parser.dart │ ├── font_character_parser.dart │ ├── font_parser.dart │ ├── gradient_color_parser.dart │ ├── gradient_fill_parser.dart │ ├── gradient_stroke_parser.dart │ ├── integer_parser.dart │ ├── json_utils.dart │ ├── keyframe_parser.dart │ ├── keyframes_parser.dart │ ├── layer_parser.dart │ ├── lottie_composition_parser.dart │ ├── mask_parser.dart │ ├── merge_paths_parser.dart │ ├── moshi │ │ ├── buffer.dart │ │ ├── charcode.dart │ │ ├── json_reader.dart │ │ ├── json_scope.dart │ │ └── json_utf8_reader.dart │ ├── offset_parser.dart │ ├── path_keyframe_parser.dart │ ├── path_parser.dart │ ├── polysar_shape_parser.dart │ ├── rectangle_shape_parser.dart │ ├── repeat_parser.dart │ ├── rounded_corners_parser.dart │ ├── scale_xy_parser.dart │ ├── shape_data_parser.dart │ ├── shape_fill_parser.dart │ ├── shape_group_parser.dart │ ├── shape_path_parser.dart │ ├── shape_stroke_parser.dart │ ├── shape_trim_path_parser.dart │ └── value_parser.dart │ ├── performance_tracker.dart │ ├── providers │ ├── asset_provider.dart │ ├── file_provider.dart │ ├── file_provider_io.dart │ ├── file_provider_no_io.dart │ ├── load_fonts.dart │ ├── load_image.dart │ ├── lottie_provider.dart │ ├── memory_provider.dart │ └── network_provider.dart │ ├── raw_lottie.dart │ ├── render_cache.dart │ ├── render_cache │ ├── key.dart │ ├── store.dart │ ├── store_drawing.dart │ └── store_raster.dart │ ├── render_lottie.dart │ ├── utils.dart │ ├── utils │ ├── characters.dart │ ├── collection.dart │ ├── dash_path.dart │ ├── gamma_evaluator.dart │ ├── mean_calculator.dart │ ├── misc.dart │ ├── pair.dart │ ├── path_interpolator.dart │ └── utils.dart │ ├── value │ ├── drop_shadow.dart │ ├── keyframe.dart │ ├── lottie_frame_info.dart │ ├── lottie_relative_double_value_callback.dart │ ├── lottie_relative_integer_value_callback.dart │ ├── lottie_relative_point_value_callback.dart │ └── lottie_value_callback.dart │ └── value_delegate.dart ├── pubspec.lock ├── pubspec.yaml ├── test ├── characters_test.dart ├── compositions_test.dart ├── data │ ├── loading_indicator.json │ ├── static_lottie.json │ └── warningShimmer.json ├── dotlottie.dart ├── dynamic_image_test.dart ├── dynamic_properties_test.dart ├── dynamic_test.dart ├── dynamic_text_properties_test.dart ├── dynamic_text_test.dart ├── fireworks_test.dart ├── flutter_test_config.dart ├── frame_rate_test.dart ├── gamma_evaluator_test.dart ├── golden │ ├── AndroidWave_0_0.png │ ├── HamburgerArrow_0_0.png │ ├── HamburgerArrow_0_5.png │ ├── HamburgerArrow_1_0.png │ ├── Logo │ │ └── LogoSmall_0_5.png │ ├── Mobilo │ │ ├── A_0_5.png │ │ └── B_0_5.png │ └── lottiefiles │ │ └── atm_link_1_0.png ├── golden_test.dart ├── goldens │ ├── all │ │ ├── 14595-thumbs-up.png │ │ ├── 17297-fireworks.png │ │ ├── Logo │ │ │ └── logosmall.png │ │ ├── Mobilo │ │ │ ├── a.png │ │ │ ├── apostrophe.png │ │ │ ├── b.png │ │ │ ├── blinkingcursor.png │ │ │ ├── c.png │ │ │ ├── colon.png │ │ │ ├── comma.png │ │ │ ├── d.png │ │ │ ├── e.png │ │ │ ├── f.png │ │ │ ├── g.png │ │ │ ├── h.png │ │ │ ├── i.png │ │ │ ├── j.png │ │ │ ├── k.png │ │ │ ├── l.png │ │ │ ├── m.png │ │ │ ├── n.png │ │ │ ├── o.png │ │ │ ├── p.png │ │ │ ├── q.png │ │ │ ├── r.png │ │ │ ├── s.png │ │ │ ├── t.png │ │ │ ├── u.png │ │ │ ├── v.png │ │ │ ├── w.png │ │ │ ├── x.png │ │ │ ├── y.png │ │ │ └── z.png │ │ ├── Tests │ │ │ ├── telegramalphacompat.png │ │ │ ├── 1669133489622.png │ │ │ ├── 2frameanimation.png │ │ │ ├── 2parentsmatte.png │ │ │ ├── adrock.png │ │ │ ├── adrock_converted.png │ │ │ ├── airbnb.png │ │ │ ├── airbnb400.png │ │ │ ├── airbnb800.png │ │ │ ├── anim_jpg.png │ │ │ ├── animatedshadow.png │ │ │ ├── august_view_pulse.png │ │ │ ├── autoorient.png │ │ │ ├── beyondbounds.png │ │ │ ├── bm.png │ │ │ ├── bm_converted.png │ │ │ ├── bounceeasings.png │ │ │ ├── boxposition.png │ │ │ ├── catrim.png │ │ │ ├── catrim_converted.png │ │ │ ├── checkswitch.png │ │ │ ├── dalek.png │ │ │ ├── dalek_converted.png │ │ │ ├── defaultlinejoincap.png │ │ │ ├── differentpointscount.png │ │ │ ├── dynamicgradient.png │ │ │ ├── dynamictext.png │ │ │ ├── editedcolor.png │ │ │ ├── ellipsedirection.png │ │ │ ├── embeddedfont.png │ │ │ ├── endframe.png │ │ │ ├── exported_with_flow.png │ │ │ ├── fill.png │ │ │ ├── fillblur.png │ │ │ ├── font_text_justification_translate_scale_rotation_test.png │ │ │ ├── frame.png │ │ │ ├── framerate.png │ │ │ ├── gradientcolorkeyframeanimation.png │ │ │ ├── gradientfill.png │ │ │ ├── gradientfillblur.png │ │ │ ├── gradientonecolor.png │ │ │ ├── gradientopacityinterpolation.png │ │ │ ├── gradients.color_opacity.changes.multiple.stops.countfirst.png │ │ │ ├── gradientstrokeblur.png │ │ │ ├── gradientwithvaryingopacitystops.png │ │ │ ├── hd.png │ │ │ ├── heart.png │ │ │ ├── interpolatebetweenopacitystops.png │ │ │ ├── interpolatorloopback.png │ │ │ ├── issue_288.png │ │ │ ├── keyframetypes.png │ │ │ ├── kona_splash_animation.png │ │ │ ├── largecomposition.png │ │ │ ├── largesquare.png │ │ │ ├── laugh4.png │ │ │ ├── layerblend_0.png │ │ │ ├── layerblend_1.png │ │ │ ├── layerblend_10.png │ │ │ ├── layerblend_11.png │ │ │ ├── layerblend_12.png │ │ │ ├── layerblend_13.png │ │ │ ├── layerblend_14.png │ │ │ ├── layerblend_15.png │ │ │ ├── layerblend_16.png │ │ │ ├── layerblend_17.png │ │ │ ├── layerblend_2.png │ │ │ ├── layerblend_3.png │ │ │ ├── layerblend_4.png │ │ │ ├── layerblend_5.png │ │ │ ├── layerblend_6.png │ │ │ ├── layerblend_7.png │ │ │ ├── layerblend_8.png │ │ │ ├── layerblend_9.png │ │ │ ├── loopplayonce.png │ │ │ ├── map.png │ │ │ ├── marker.png │ │ │ ├── maska.png │ │ │ ├── maskinv.png │ │ │ ├── masknone.png │ │ │ ├── masks.png │ │ │ ├── mattetimestretchline.png │ │ │ ├── mattetimestretchscan.png │ │ │ ├── missingendvalue.png │ │ │ ├── miterlimit.png │ │ │ ├── multiline.png │ │ │ ├── nullendshape.png │ │ │ ├── opacity_layers.png │ │ │ ├── opacitystops.png │ │ │ ├── overlapshapewithopacity.png │ │ │ ├── parenting.png │ │ │ ├── precompblur.png │ │ │ ├── precompblurdecimapprecompsize.png │ │ │ ├── precomps.png │ │ │ ├── rect1.png │ │ │ ├── rect2.png │ │ │ ├── rect3.png │ │ │ ├── rect4.png │ │ │ ├── rect5.png │ │ │ ├── rect6.png │ │ │ ├── rect7.png │ │ │ ├── rect8.png │ │ │ ├── rect9.png │ │ │ ├── remap.png │ │ │ ├── repeater.png │ │ │ ├── reversedstar.png │ │ │ ├── rgb.png │ │ │ ├── rgbmarker.png │ │ │ ├── roundedcorners.png │ │ │ ├── roundednonclosed.png │ │ │ ├── roundedwithalreadyroundedcorners.png │ │ │ ├── scale0.png │ │ │ ├── shapes.png │ │ │ ├── shapetypes.png │ │ │ ├── skew.png │ │ │ ├── solidlayertransform.png │ │ │ ├── splitdimensions.png │ │ │ ├── splitpathtransform.png │ │ │ ├── squares.png │ │ │ ├── starskew.png │ │ │ ├── startendframe.png │ │ │ ├── staticshadow.png │ │ │ ├── stroke.png │ │ │ ├── strokeblur.png │ │ │ ├── telegramalphacompat.png │ │ │ ├── text.png │ │ │ ├── text_justification_translate_scale_rotation_text.png │ │ │ ├── text_with_parent_alpha.png │ │ │ ├── textbaseline.png │ │ │ ├── textwithpscenter.png │ │ │ ├── textwithpsleft.png │ │ │ ├── tgswithoutopacity.png │ │ │ ├── thumb.png │ │ │ ├── timeremapandstartoffset.png │ │ │ ├── timestretch.png │ │ │ ├── timestretchandstartoffset.png │ │ │ ├── timestretchmask.png │ │ │ ├── timestretchprecomp.png │ │ │ ├── timestretchprecomp2.png │ │ │ ├── trackmattes.png │ │ │ ├── transformwithoutendvalues.png │ │ │ ├── trimpaths.png │ │ │ ├── trimpathsinsideandoutsidegroup.png │ │ │ ├── trimpathwraparound.png │ │ │ ├── weaccept.png │ │ │ ├── weacceptinlineimage.png │ │ │ ├── wile.png │ │ │ └── zipinlineimage.png │ │ ├── androidwave.png │ │ ├── animation-1700642783167.png │ │ ├── battery_optimizations.png │ │ ├── blub.png │ │ ├── bluetoothscanning.png │ │ ├── camera_change.png │ │ ├── dynamicgradient.png │ │ ├── envelope.png │ │ ├── example_with_images │ │ │ └── data.png │ │ ├── gradientcolorinterpolation.png │ │ ├── hamburgerarrow.png │ │ ├── issue270.png │ │ ├── lf20_w2afea.png │ │ ├── lottiefiles │ │ │ ├── 100_percent.png │ │ │ ├── 28861-connection-style-2.png │ │ │ ├── 45668-arrow-with-light-passing-through.png │ │ │ ├── a_mountain.png │ │ │ ├── accept_arrows.png │ │ │ ├── airbnb.png │ │ │ ├── android_fingerprint.png │ │ │ ├── angel.png │ │ │ ├── anima.png │ │ │ ├── animated_graph.png │ │ │ ├── animated_laptop_.png │ │ │ ├── animated_logo.png │ │ │ ├── atm_link.png │ │ │ ├── autoconnect_loading.png │ │ │ ├── ball_&_map.png │ │ │ ├── banner_animation.png │ │ │ ├── bb8.png │ │ │ ├── bell.png │ │ │ ├── birds.png │ │ │ ├── bitcoin_to_the_moon.png │ │ │ ├── blood_transfusion_kawaii.png │ │ │ ├── bomb.png │ │ │ ├── books.png │ │ │ ├── bootymovin.png │ │ │ ├── bounching_ball.png │ │ │ ├── brain__.png │ │ │ ├── browser.png │ │ │ ├── building_evolution_animation.png │ │ │ ├── camera.png │ │ │ ├── camptravel.png │ │ │ ├── cancel_button.png │ │ │ ├── cash.png │ │ │ ├── change_to_search_bar.png │ │ │ ├── check_pop.png │ │ │ ├── chinese.png │ │ │ ├── clock.png │ │ │ ├── cloud_disconnection.png │ │ │ ├── code_invite_success.png │ │ │ ├── coding_ape.png │ │ │ ├── coinfall.png │ │ │ ├── colorline.png │ │ │ ├── confusion.png │ │ │ ├── construction_site.png │ │ │ ├── cooking_app.png │ │ │ ├── countdown.png │ │ │ ├── credit_card.png │ │ │ ├── credit_level.png │ │ │ ├── cube_loader.png │ │ │ ├── cubo_livre.png │ │ │ ├── curly_hair_character_loop.png │ │ │ ├── cycle_animation.png │ │ │ ├── day_night_cycle.png │ │ │ ├── day_of_the_dead.png │ │ │ ├── deadpool.png │ │ │ ├── delivery_van.png │ │ │ ├── developer-animation.png │ │ │ ├── dna_loader.png │ │ │ ├── dog.png │ │ │ ├── done.png │ │ │ ├── download copy.png │ │ │ ├── download.png │ │ │ ├── downloader.png │ │ │ ├── drop.png │ │ │ ├── drop_to_refresh.png │ │ │ ├── edited-landscape.png │ │ │ ├── elephant_trunk_swing.png │ │ │ ├── emoji_shock.png │ │ │ ├── emoji_tongue.png │ │ │ ├── emoji_wink.png │ │ │ ├── empty_status.png │ │ │ ├── estimate.png │ │ │ ├── fab_animate.png │ │ │ ├── fabulous_onboarding_animation.png │ │ │ ├── favourite_app_icon.png │ │ │ ├── file_error.png │ │ │ ├── finance_animation.png │ │ │ ├── fingerprint_scanner.png │ │ │ ├── finish,done.png │ │ │ ├── fish.png │ │ │ ├── flag_of_mexico.png │ │ │ ├── flow.png │ │ │ ├── frog.png │ │ │ ├── funky_chicken.png │ │ │ ├── gaming_pad.png │ │ │ ├── gears.png │ │ │ ├── geometry.png │ │ │ ├── glow_loading.png │ │ │ ├── gradient_animated_background.png │ │ │ ├── happy birthday.png │ │ │ ├── hardware.png │ │ │ ├── hint_01.png │ │ │ ├── im_thirsty.png │ │ │ ├── immiguide_.png │ │ │ ├── in-app_purchasing.png │ │ │ ├── india.png │ │ │ ├── infinite_rainbow.png │ │ │ ├── intelia_logo_animation.png │ │ │ ├── iphone_x_loading.png │ │ │ ├── jojo_the_bird.png │ │ │ ├── jolly_walker.png │ │ │ ├── judgement.png │ │ │ ├── kod.io_logo_reveal.png │ │ │ ├── la_calavera.png │ │ │ ├── landing_page.png │ │ │ ├── lego_loader.png │ │ │ ├── lf20_fteywrno.png │ │ │ ├── light.png │ │ │ ├── lightsaber.png │ │ │ ├── little_girl_jumping_-_loader.png │ │ │ ├── loading.png │ │ │ ├── loading_copy.png │ │ │ ├── loading_disc.png │ │ │ ├── loading_semicircle.png │ │ │ ├── location.png │ │ │ ├── location_marker.png │ │ │ ├── location_pin.png │ │ │ ├── lottie_logo_1.png │ │ │ ├── lottiepreview_qr.png │ │ │ ├── mailsent.png │ │ │ ├── man_and_pay_with_credit_card.png │ │ │ ├── map_animation.png │ │ │ ├── material loading.png │ │ │ ├── material_loader.png │ │ │ ├── material_loading_2.png │ │ │ ├── material_wave_loading.png │ │ │ ├── me_at_office.png │ │ │ ├── medal.png │ │ │ ├── menu_button_alt.png │ │ │ ├── menubutton2.png │ │ │ ├── mindful.png │ │ │ ├── mnemonics.png │ │ │ ├── money.png │ │ │ ├── motorcycle.png │ │ │ ├── moving bus.png │ │ │ ├── moving_eye.png │ │ │ ├── no_internet_connection.png │ │ │ ├── notification_request.png │ │ │ ├── octopus.png │ │ │ ├── ofrenda.png │ │ │ ├── on_off_settings_switch.png │ │ │ ├── pagado.png │ │ │ ├── pagination.png │ │ │ ├── panel2d.png │ │ │ ├── passport.png │ │ │ ├── patient_successfully_added.png │ │ │ ├── payme.png │ │ │ ├── peli-canon.png │ │ │ ├── pen_tool_loop.png │ │ │ ├── pencil_write.png │ │ │ ├── penguin.png │ │ │ ├── permission.png │ │ │ ├── personal_character.png │ │ │ ├── ph_onboarding_.png │ │ │ ├── phonological.png │ │ │ ├── pink_drink_machine.png │ │ │ ├── plane.png │ │ │ ├── plane_to_dollar.png │ │ │ ├── play,_pause.png │ │ │ ├── play_and_like_it.png │ │ │ ├── play_button.png │ │ │ ├── playing.png │ │ │ ├── point.png │ │ │ ├── poo_loader.png │ │ │ ├── powerupp_app_onboard (1).png │ │ │ ├── powerupp_app_onboard.png │ │ │ ├── preloader.png │ │ │ ├── print.png │ │ │ ├── progress_bar 2.png │ │ │ ├── progress_bar.png │ │ │ ├── rating.png │ │ │ ├── red_pocket_pop_up.png │ │ │ ├── rejection.png │ │ │ ├── retweet.png │ │ │ ├── rocket.png │ │ │ ├── rocksauce_title_card.png │ │ │ ├── scan.png │ │ │ ├── scan_qr_code_success.png │ │ │ ├── search_button.png │ │ │ ├── security_token_roundtable.png │ │ │ ├── sensor_scan.png │ │ │ ├── servishero_loading.png │ │ │ ├── simple_loader.png │ │ │ ├── sky.png │ │ │ ├── slack_app_loader.png │ │ │ ├── snowcation.png │ │ │ ├── socar_logo.png │ │ │ ├── soda_loader.png │ │ │ ├── spacehub.png │ │ │ ├── spinner loading.png │ │ │ ├── splashy_loader.png │ │ │ ├── square_drop_loader.png │ │ │ ├── star 2.png │ │ │ ├── streetby_test_loading.png │ │ │ ├── streetbymorning.png │ │ │ ├── submit button.png │ │ │ ├── summer.png │ │ │ ├── sushi_and_wine.png │ │ │ ├── swiftkey-logo.png │ │ │ ├── swipe_menu.png │ │ │ ├── swipe_right_indicator.png │ │ │ ├── switch_loop.png │ │ │ ├── the_final_frontier.png │ │ │ ├── tigerobo_demo.png │ │ │ ├── timer_(3_second_loop).png │ │ │ ├── toggle.png │ │ │ ├── toggle_switch.png │ │ │ ├── touch_id.png │ │ │ ├── tractor.png │ │ │ ├── tractor_animation.png │ │ │ ├── trail_loading.png │ │ │ ├── trophy.png │ │ │ ├── trophy_animation.png │ │ │ ├── truecosmos.png │ │ │ ├── turbine.png │ │ │ ├── typing dot.png │ │ │ ├── uk.png │ │ │ ├── updating_map.png │ │ │ ├── us.png │ │ │ ├── video_cam.png │ │ │ ├── vigilance_camera.png │ │ │ ├── volume_indicator.png │ │ │ ├── volume_shake_indicator.png │ │ │ ├── vr_animation.png │ │ │ ├── vr_sickness.png │ │ │ ├── walking.png │ │ │ ├── walking_arrow.png │ │ │ ├── wallet recharge.png │ │ │ ├── washing_machine.png │ │ │ ├── win_result_2.png │ │ │ ├── wolf_peek.png │ │ │ ├── x_pop.png │ │ │ ├── xamarin_logo_2.png │ │ │ ├── xuanwheel_logo.png │ │ │ ├── yoga_carpet.png │ │ │ └── youtube_icon_reveal.png │ │ ├── lottielogo1.png │ │ ├── lottielogo2.png │ │ ├── pass_loading.png │ │ ├── playing.png │ │ ├── spinning_carrousel.png │ │ ├── sticker.png │ │ ├── tent.png │ │ ├── twitterheartbutton.png │ │ ├── vegan_font.png │ │ └── weather │ │ │ ├── fog.png │ │ │ ├── hurricane.png │ │ │ ├── thunder-storm.png │ │ │ ├── tornado.png │ │ │ └── windy.png │ ├── dotlottie.png │ ├── dynamic │ │ ├── blur.png │ │ ├── color_filter.png │ │ ├── drop_shadow.png │ │ ├── ellipse_position.png │ │ ├── ellipse_size.png │ │ ├── fill_color_green.png │ │ ├── fill_color_yellow.png │ │ ├── fill_opacity.png │ │ ├── matte_property.png │ │ ├── null_color_filter.png │ │ ├── opacity_interpolation_00.png │ │ ├── opacity_interpolation_05.png │ │ ├── opacity_interpolation_10.png │ │ ├── polygon_points.png │ │ ├── polygon_position.png │ │ ├── polygon_radius.png │ │ ├── polygon_rotation.png │ │ ├── polygon_roundedness.png │ │ ├── rectangle_corner_roundedness.png │ │ ├── rectangle_position.png │ │ ├── rectangle_size.png │ │ ├── repeater_transform_end_opacity.png │ │ ├── repeater_transform_position.png │ │ ├── repeater_transform_rotation.png │ │ ├── repeater_transform_scale.png │ │ ├── repeater_transform_start_opacity.png │ │ ├── solid_color.png │ │ ├── star_inner_radius.png │ │ ├── star_inner_roundedness.png │ │ ├── star_outer_radius.png │ │ ├── star_outer_roundedness.png │ │ ├── star_points.png │ │ ├── star_position.png │ │ ├── star_rotation.png │ │ ├── stroke_color.png │ │ ├── stroke_opacity.png │ │ ├── stroke_width.png │ │ ├── time_remapping.png │ │ ├── transform_anchor_point.png │ │ ├── transform_opacity.png │ │ ├── transform_position.png │ │ ├── transform_position_relative.png │ │ ├── transform_rotation.png │ │ └── transform_scale.png │ ├── dynamic_image │ │ ├── delegate.png │ │ └── zip_with_provider.png │ ├── dynamic_text.png │ ├── dynamic_text │ │ ├── dynamic_text_delegate.png │ │ ├── dynamic_text_emoji.png │ │ ├── dynamic_text_valuedelegate.png │ │ ├── dynamic_text_valuedelegate_endvalue.png │ │ ├── dynamic_text_valuedelegate_overallprogress.png │ │ ├── dynamic_text_valuedelegate_startvalue.png │ │ ├── text_fill_blue__green.png │ │ ├── text_stroke_red__yellow.png │ │ ├── text_stroke_width.png │ │ ├── text_tracking_1.png │ │ └── text_tracking_2.png │ ├── enable_render_cache.png │ ├── fireworks.png │ ├── gradients │ │ ├── blub_red_callback.png │ │ ├── blub_red_value.png │ │ ├── linear_gradient_fill.png │ │ ├── linear_gradient_stroke.png │ │ ├── opacity_linear_gradient_fill.png │ │ ├── radial_gradient_fill.png │ │ └── radial_gradient_stroke.png │ ├── lightningbug_file.png │ ├── mirror.png │ ├── opacity_layers.png │ ├── warningShimmer_1.png │ ├── warningShimmer_2.png │ └── warningShimmer_3.png ├── gradient_test.dart ├── lottie_test.dart ├── opacity_layer_test.dart ├── parser │ └── moshi │ │ ├── buffer_test.dart │ │ └── json_reader_test.dart ├── render_cache_store_test.dart ├── render_cache_test.dart ├── screenshot_test.dart ├── telegram_sticker_test.dart └── utils.dart └── tool ├── code_style ├── dart_project.dart ├── fix_absolute_import.dart ├── fix_import_order.dart └── pubspec_helper.dart ├── generate_readme.dart ├── prepare_submit.dart └── publish └── check_version.dart /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | # Dependabot configuration file. 2 | # See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates 3 | version: 2 4 | 5 | updates: 6 | - package-ecosystem: "github-actions" 7 | directory: "/" 8 | schedule: 9 | interval: "weekly" 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .* 2 | _* 3 | 4 | !.gitignore 5 | !.github 6 | !.pubignore 7 | 8 | **/failures/*.png 9 | 10 | *.iml 11 | **/doc/api/ 12 | build/ 13 | -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- 1 | # This file tracks properties of this Flutter project. 2 | # Used by Flutter tool to assess capabilities and perform upgrades etc. 3 | # 4 | # This file should be version controlled and should not be manually edited. 5 | 6 | version: 7 | revision: 27321ebbad34b0a3fafe99fac037102196d655ff 8 | channel: stable 9 | 10 | project_type: package 11 | -------------------------------------------------------------------------------- /.pubignore: -------------------------------------------------------------------------------- 1 | .dart_tool/ 2 | .packages 3 | build/ 4 | doc/api/ 5 | *.iml 6 | _* 7 | .* 8 | **/failures/*.png 9 | test/golden/ 10 | test/goldens/ 11 | example/assets/ 12 | example/android/ 13 | example/ios/ 14 | example/macos/ 15 | example/web/ 16 | -------------------------------------------------------------------------------- /FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: xvrh 2 | custom: https://buymeacoffee.com/xvrh 3 | -------------------------------------------------------------------------------- /example/README.template.md: -------------------------------------------------------------------------------- 1 | # Lottie Flutter examples 2 | 3 | ### Simple usage 4 | 5 | ```dart 6 | import 'lib/examples/examples.dart'; 7 | ``` 8 | 9 | -------------------------------------------------------------------------------- /example/android/.gitignore: -------------------------------------------------------------------------------- 1 | gradle-wrapper.jar 2 | /.gradle 3 | /captures/ 4 | /gradlew 5 | /gradlew.bat 6 | /local.properties 7 | GeneratedPluginRegistrant.java 8 | 9 | # Remember to never publicly share your keystore. 10 | # See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app 11 | key.properties 12 | **/*.keystore 13 | **/*.jks 14 | -------------------------------------------------------------------------------- /example/android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /example/android/app/src/main/kotlin/com/github/xvrh/lottie/example/MainActivity.kt: -------------------------------------------------------------------------------- 1 | package com.github.xvrh.lottie.example 2 | 3 | import io.flutter.embedding.android.FlutterActivity 4 | 5 | class MainActivity: FlutterActivity() { 6 | } 7 | -------------------------------------------------------------------------------- /example/android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /example/android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /example/android/gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx1536M 2 | android.useAndroidX=true 3 | android.enableJetifier=true 4 | -------------------------------------------------------------------------------- /example/android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | zipStoreBase=GRADLE_USER_HOME 4 | zipStorePath=wrapper/dists 5 | distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip 6 | -------------------------------------------------------------------------------- /example/assets/Images/WeAccept/img_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Images/WeAccept/img_0.png -------------------------------------------------------------------------------- /example/assets/LightningBug_file.tgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/LightningBug_file.tgs -------------------------------------------------------------------------------- /example/assets/Tests/Airbnb.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Tests/Airbnb.zip -------------------------------------------------------------------------------- /example/assets/Tests/Airbnb400.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Tests/Airbnb400.zip -------------------------------------------------------------------------------- /example/assets/Tests/Airbnb800.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Tests/Airbnb800.zip -------------------------------------------------------------------------------- /example/assets/Tests/EmbeddedFont.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Tests/EmbeddedFont.zip -------------------------------------------------------------------------------- /example/assets/Tests/ZipInlineImage.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Tests/ZipInlineImage.zip -------------------------------------------------------------------------------- /example/assets/Tests/anim_jpg.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Tests/anim_jpg.zip -------------------------------------------------------------------------------- /example/assets/Tests/august_view_pulse.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Tests/august_view_pulse.zip -------------------------------------------------------------------------------- /example/assets/Tests/images/img_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Tests/images/img_0.png -------------------------------------------------------------------------------- /example/assets/Tests/map.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/Tests/map.zip -------------------------------------------------------------------------------- /example/assets/cat.lottie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/cat.lottie -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_0.png -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_1.png -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_2.png -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_3.png -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_4.png -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_5.png -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_6.png -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_7.png -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_8.png -------------------------------------------------------------------------------- /example/assets/example_with_images/images/img_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/example_with_images/images/img_9.png -------------------------------------------------------------------------------- /example/assets/fonts/Comic-Neue.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/fonts/Comic-Neue.ttf -------------------------------------------------------------------------------- /example/assets/fonts/Helvetica-Neue.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/fonts/Helvetica-Neue.ttf -------------------------------------------------------------------------------- /example/assets/fonts/Helvetica.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/fonts/Helvetica.ttf -------------------------------------------------------------------------------- /example/assets/fonts/Noto-Emoji.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/fonts/Noto-Emoji.ttf -------------------------------------------------------------------------------- /example/assets/fonts/Open-Sans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/fonts/Open-Sans.ttf -------------------------------------------------------------------------------- /example/assets/fonts/PT-Serif.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/fonts/PT-Serif.ttf -------------------------------------------------------------------------------- /example/assets/fonts/Roboto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/fonts/Roboto.ttf -------------------------------------------------------------------------------- /example/assets/lottiefiles/angel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/angel.zip -------------------------------------------------------------------------------- /example/assets/lottiefiles/ball_&_map.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/ball_&_map.zip -------------------------------------------------------------------------------- /example/assets/lottiefiles/camptravel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/camptravel.zip -------------------------------------------------------------------------------- /example/assets/lottiefiles/developer-animation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/developer-animation.zip -------------------------------------------------------------------------------- /example/assets/lottiefiles/geometry.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/geometry.zip -------------------------------------------------------------------------------- /example/assets/lottiefiles/images/img_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/images/img_0.png -------------------------------------------------------------------------------- /example/assets/lottiefiles/img_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/img_0.png -------------------------------------------------------------------------------- /example/assets/lottiefiles/security_token_roundtable.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/security_token_roundtable.zip -------------------------------------------------------------------------------- /example/assets/lottiefiles/sensor_scan.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/sensor_scan.zip -------------------------------------------------------------------------------- /example/assets/lottiefiles/sky.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/sky.zip -------------------------------------------------------------------------------- /example/assets/lottiefiles/sushi_and_wine.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/sushi_and_wine.zip -------------------------------------------------------------------------------- /example/assets/lottiefiles/trophy_animation.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/lottiefiles/trophy_animation.zip -------------------------------------------------------------------------------- /example/assets/spinning_carrousel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/spinning_carrousel.zip -------------------------------------------------------------------------------- /example/assets/vegan_font.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/assets/vegan_font.zip -------------------------------------------------------------------------------- /example/ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" 2 | #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" 3 | #include "Generated.xcconfig" 4 | -------------------------------------------------------------------------------- /example/ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" 2 | #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" 3 | #include "Generated.xcconfig" 4 | -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /example/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /example/ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /example/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /example/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PreviewsEnabled 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /example/ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import UIKit 2 | import Flutter 3 | 4 | @UIApplicationMain 5 | @objc class AppDelegate: FlutterAppDelegate { 6 | override func application( 7 | _ application: UIApplication, 8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? 9 | ) -> Bool { 10 | GeneratedPluginRegistrant.register(with: self) 11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /example/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- 1 | # Launch Screen Assets 2 | 3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory. 4 | 5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. -------------------------------------------------------------------------------- /example/ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /example/lib/src/web_files.dart: -------------------------------------------------------------------------------- 1 | final files = [ 2 | 'assets/lottiefiles/cubo_livre.json', 3 | 'assets/lottiefiles/slack_app_loader.json', 4 | 'assets/lottiefiles/walking.json', 5 | 'assets/lottiefiles/jojo_the_bird.json', 6 | 'assets/lottiefiles/bitcoin_to_the_moon.json', 7 | 'assets/lottiefiles/splashy_loader.json', 8 | 'assets/lottiefiles/uk.json', 9 | 'assets/lottiefiles/yoga_carpet.json', 10 | 'assets/lottiefiles/books.json', 11 | ]; 12 | -------------------------------------------------------------------------------- /example/linux/flutter/generated_plugin_registrant.cc: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #include "generated_plugin_registrant.h" 8 | 9 | 10 | void fl_register_plugins(FlPluginRegistry* registry) { 11 | } 12 | -------------------------------------------------------------------------------- /example/linux/flutter/generated_plugin_registrant.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | // clang-format off 6 | 7 | #ifndef GENERATED_PLUGIN_REGISTRANT_ 8 | #define GENERATED_PLUGIN_REGISTRANT_ 9 | 10 | #include 11 | 12 | // Registers Flutter plugins. 13 | void fl_register_plugins(FlPluginRegistry* registry); 14 | 15 | #endif // GENERATED_PLUGIN_REGISTRANT_ 16 | -------------------------------------------------------------------------------- /example/macos/.gitignore: -------------------------------------------------------------------------------- 1 | # Flutter-related 2 | **/Flutter/ephemeral/ 3 | **/Pods/ 4 | 5 | # Xcode-related 6 | **/xcuserdata/ 7 | -------------------------------------------------------------------------------- /example/macos/Flutter/Flutter-Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" 2 | #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" 3 | #include "ephemeral/Flutter-Generated.xcconfig" 4 | -------------------------------------------------------------------------------- /example/macos/Flutter/Flutter-Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" 2 | #include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" 3 | #include "ephemeral/Flutter-Generated.xcconfig" 4 | -------------------------------------------------------------------------------- /example/macos/Flutter/GeneratedPluginRegistrant.swift: -------------------------------------------------------------------------------- 1 | // 2 | // Generated file. Do not edit. 3 | // 4 | 5 | import FlutterMacOS 6 | import Foundation 7 | 8 | import path_provider_foundation 9 | 10 | func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { 11 | PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) 12 | } 13 | -------------------------------------------------------------------------------- /example/macos/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /example/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /example/macos/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /example/macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | IDEDidComputeMac32BitWarning 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /example/macos/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import Cocoa 2 | import FlutterMacOS 3 | 4 | @NSApplicationMain 5 | class AppDelegate: FlutterAppDelegate { 6 | override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { 7 | return true 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png -------------------------------------------------------------------------------- /example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png -------------------------------------------------------------------------------- /example/macos/Runner/Configs/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "../../Flutter/Flutter-Debug.xcconfig" 2 | #include "Warnings.xcconfig" 3 | -------------------------------------------------------------------------------- /example/macos/Runner/Configs/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "../../Flutter/Flutter-Release.xcconfig" 2 | #include "Warnings.xcconfig" 3 | -------------------------------------------------------------------------------- /example/macos/Runner/DebugProfile.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | com.apple.security.cs.allow-jit 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /example/macos/Runner/MainFlutterWindow.swift: -------------------------------------------------------------------------------- 1 | import Cocoa 2 | import FlutterMacOS 3 | 4 | class MainFlutterWindow: NSWindow { 5 | override func awakeFromNib() { 6 | let flutterViewController = FlutterViewController.init() 7 | let windowFrame = self.frame 8 | self.contentViewController = flutterViewController 9 | self.setFrame(windowFrame, display: true) 10 | 11 | RegisterGeneratedPlugins(registry: flutterViewController) 12 | 13 | super.awakeFromNib() 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /example/macos/Runner/Release.entitlements: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /example/test/widget_test.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter_test/flutter_test.dart'; 2 | import 'package:lottie_example/main_app.dart'; 3 | 4 | void main() { 5 | testWidgets('Main sample', (tester) async { 6 | await tester.pumpWidget(const App()); 7 | await tester.pump(); 8 | }); 9 | } 10 | -------------------------------------------------------------------------------- /example/tool/web_server.dart: -------------------------------------------------------------------------------- 1 | import 'dart:io'; 2 | import 'package:shelf/shelf_io.dart'; 3 | import 'package:shelf_static/shelf_static.dart'; 4 | 5 | void main() async { 6 | var server = await serve( 7 | createStaticHandler('build/web'), InternetAddress.loopbackIPv4, 0); 8 | print('Listen on http://${server.address.host}:${server.port}/index.html'); 9 | } 10 | -------------------------------------------------------------------------------- /example/web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/web/favicon.png -------------------------------------------------------------------------------- /example/web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/web/icons/Icon-192.png -------------------------------------------------------------------------------- /example/web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/web/icons/Icon-512.png -------------------------------------------------------------------------------- /example/web/icons/Icon-maskable-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/web/icons/Icon-maskable-192.png -------------------------------------------------------------------------------- /example/web/icons/Icon-maskable-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/example/web/icons/Icon-maskable-512.png -------------------------------------------------------------------------------- /example/web/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | example 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /lib/src/animation/content/compound_trim_path_content.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import '../../utils/utils.dart'; 3 | import 'trim_path_content.dart'; 4 | 5 | class CompoundTrimPathContent { 6 | final List _contents = []; 7 | 8 | void addTrimPath(TrimPathContent trimPath) { 9 | _contents.add(trimPath); 10 | } 11 | 12 | void apply(Path path) { 13 | for (var i = _contents.length - 1; i >= 0; i--) { 14 | Utils.applyTrimPathContentIfNeeded(path, _contents[i]); 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /lib/src/animation/content/content.dart: -------------------------------------------------------------------------------- 1 | abstract class Content { 2 | String? get name; 3 | 4 | void setContents(List contentsBefore, List contentsAfter); 5 | } 6 | -------------------------------------------------------------------------------- /lib/src/animation/content/drawing_content.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import 'package:vector_math/vector_math_64.dart'; 3 | import 'content.dart'; 4 | 5 | abstract class DrawingContent extends Content { 6 | void draw(Canvas canvas, Matrix4 parentMatrix, {required int parentAlpha}); 7 | Rect getBounds(Matrix4 parentMatrix, {required bool applyParents}); 8 | } 9 | -------------------------------------------------------------------------------- /lib/src/animation/content/key_path_element_content.dart: -------------------------------------------------------------------------------- 1 | import '../../model/key_path_element.dart'; 2 | import 'content.dart'; 3 | 4 | abstract class KeyPathElementContent implements KeyPathElement, Content {} 5 | -------------------------------------------------------------------------------- /lib/src/animation/content/modifier_content.dart: -------------------------------------------------------------------------------- 1 | abstract class ModifierContent {} 2 | -------------------------------------------------------------------------------- /lib/src/animation/content/path_content.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import 'content.dart'; 3 | 4 | abstract class PathContent extends Content { 5 | Path getPath(); 6 | } 7 | -------------------------------------------------------------------------------- /lib/src/animation/content/shape_modifier_content.dart: -------------------------------------------------------------------------------- 1 | import '../../model/content/shape_data.dart'; 2 | import 'content.dart'; 3 | 4 | abstract class ShapeModifierContent extends Content { 5 | ShapeData modifyShape(ShapeData shapeData); 6 | } 7 | -------------------------------------------------------------------------------- /lib/src/animation/keyframe/keyframe_animation.dart: -------------------------------------------------------------------------------- 1 | import 'base_keyframe_animation.dart'; 2 | 3 | abstract class KeyframeAnimation 4 | extends BaseKeyframeAnimation { 5 | KeyframeAnimation(super.keyframes); 6 | } 7 | -------------------------------------------------------------------------------- /lib/src/model/animatable/animatable_color_value.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import '../../animation/keyframe/color_keyframe_animation.dart'; 3 | import 'base_animatable_value.dart'; 4 | 5 | class AnimatableColorValue extends BaseAnimatableValue { 6 | AnimatableColorValue.fromKeyframes(super.keyframes) : super.fromKeyframes(); 7 | 8 | @override 9 | ColorKeyframeAnimation createAnimation() { 10 | return ColorKeyframeAnimation(keyframes); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /lib/src/model/animatable/animatable_double_value.dart: -------------------------------------------------------------------------------- 1 | import '../../animation/keyframe/double_keyframe_animation.dart'; 2 | import 'base_animatable_value.dart'; 3 | 4 | class AnimatableDoubleValue extends BaseAnimatableValue { 5 | AnimatableDoubleValue() : super.fromValue(0.0); 6 | 7 | AnimatableDoubleValue.fromKeyframes(super.keyframes) : super.fromKeyframes(); 8 | 9 | @override 10 | DoubleKeyframeAnimation createAnimation() { 11 | return DoubleKeyframeAnimation(keyframes); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /lib/src/model/animatable/animatable_point_value.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import '../../animation/keyframe/point_keyframe_animation.dart'; 3 | import 'base_animatable_value.dart'; 4 | 5 | class AnimatablePointValue extends BaseAnimatableValue { 6 | AnimatablePointValue.fromKeyframes(super.keyframes) : super.fromKeyframes(); 7 | 8 | @override 9 | PointKeyframeAnimation createAnimation() { 10 | return PointKeyframeAnimation(keyframes); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /lib/src/model/animatable/animatable_shape_value.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import '../../animation/keyframe/shape_keyframe_animation.dart'; 3 | import '../content/shape_data.dart'; 4 | import 'base_animatable_value.dart'; 5 | 6 | class AnimatableShapeValue extends BaseAnimatableValue { 7 | AnimatableShapeValue.fromKeyframes(super.keyframes) : super.fromKeyframes(); 8 | 9 | @override 10 | ShapeKeyframeAnimation createAnimation() { 11 | return ShapeKeyframeAnimation(keyframes); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /lib/src/model/animatable/animatable_text_frame.dart: -------------------------------------------------------------------------------- 1 | import '../../animation/keyframe/text_keyframe_animation.dart'; 2 | import '../document_data.dart'; 3 | import 'base_animatable_value.dart'; 4 | 5 | class AnimatableTextFrame 6 | extends BaseAnimatableValue { 7 | AnimatableTextFrame.fromKeyframes(super.keyframes) : super.fromKeyframes(); 8 | 9 | @override 10 | TextKeyframeAnimation createAnimation() { 11 | return TextKeyframeAnimation(keyframes); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /lib/src/model/animatable/animatable_text_properties.dart: -------------------------------------------------------------------------------- 1 | import 'animatable_color_value.dart'; 2 | import 'animatable_double_value.dart'; 3 | 4 | class AnimatableTextProperties { 5 | final AnimatableColorValue? color; 6 | final AnimatableColorValue? stroke; 7 | final AnimatableDoubleValue? strokeWidth; 8 | final AnimatableDoubleValue? tracking; 9 | 10 | AnimatableTextProperties( 11 | {this.color, this.stroke, this.strokeWidth, this.tracking}); 12 | } 13 | -------------------------------------------------------------------------------- /lib/src/model/animatable/animatable_value.dart: -------------------------------------------------------------------------------- 1 | import '../../animation/keyframe/base_keyframe_animation.dart'; 2 | import '../../value/keyframe.dart'; 3 | 4 | abstract class AnimatableValue { 5 | List> get keyframes; 6 | bool get isStatic; 7 | BaseKeyframeAnimation createAnimation(); 8 | } 9 | -------------------------------------------------------------------------------- /lib/src/model/content/blur_effect.dart: -------------------------------------------------------------------------------- 1 | import '../animatable/animatable_double_value.dart'; 2 | 3 | class BlurEffect { 4 | final AnimatableDoubleValue blurriness; 5 | 6 | BlurEffect(this.blurriness); 7 | } 8 | -------------------------------------------------------------------------------- /lib/src/model/content/content_model.dart: -------------------------------------------------------------------------------- 1 | import '../../animation/content/content.dart'; 2 | import '../../lottie_drawable.dart'; 3 | import '../layer/base_layer.dart'; 4 | 5 | abstract class ContentModel { 6 | Content? toContent(LottieDrawable drawable, BaseLayer layer); 7 | } 8 | -------------------------------------------------------------------------------- /lib/src/model/content/gradient_type.dart: -------------------------------------------------------------------------------- 1 | enum GradientType { linear, radial } 2 | -------------------------------------------------------------------------------- /lib/src/model/font.dart: -------------------------------------------------------------------------------- 1 | class Font { 2 | final String family; 3 | final String name; 4 | final String style; 5 | final double ascent; 6 | 7 | Font({ 8 | required this.family, 9 | required this.name, 10 | required this.style, 11 | required this.ascent, 12 | }); 13 | } 14 | -------------------------------------------------------------------------------- /lib/src/parser/float_parser.dart: -------------------------------------------------------------------------------- 1 | import 'json_utils.dart'; 2 | import 'moshi/json_reader.dart'; 3 | 4 | double floatParser(JsonReader reader) { 5 | return JsonUtils.valueFromObject(reader); 6 | } 7 | -------------------------------------------------------------------------------- /lib/src/parser/integer_parser.dart: -------------------------------------------------------------------------------- 1 | import 'json_utils.dart'; 2 | import 'moshi/json_reader.dart'; 3 | 4 | int integerParser(JsonReader reader) { 5 | return JsonUtils.valueFromObject(reader).round(); 6 | } 7 | -------------------------------------------------------------------------------- /lib/src/parser/path_parser.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import 'json_utils.dart'; 3 | import 'moshi/json_reader.dart'; 4 | 5 | Offset pathParser(JsonReader reader) { 6 | return JsonUtils.jsonToPoint(reader); 7 | } 8 | -------------------------------------------------------------------------------- /lib/src/parser/scale_xy_parser.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import 'moshi/json_reader.dart'; 3 | 4 | Offset scaleXYParser(JsonReader reader) { 5 | var isArray = reader.peek() == Token.beginArray; 6 | if (isArray) { 7 | reader.beginArray(); 8 | } 9 | var sx = reader.nextDouble(); 10 | var sy = reader.nextDouble(); 11 | while (reader.hasNext()) { 12 | reader.skipValue(); 13 | } 14 | if (isArray) { 15 | reader.endArray(); 16 | } 17 | return Offset(sx / 100.0, sy / 100.0); 18 | } 19 | -------------------------------------------------------------------------------- /lib/src/parser/value_parser.dart: -------------------------------------------------------------------------------- 1 | import 'moshi/json_reader.dart'; 2 | 3 | typedef ValueParser = V Function(JsonReader reader); 4 | -------------------------------------------------------------------------------- /lib/src/providers/file_provider.dart: -------------------------------------------------------------------------------- 1 | export 'file_provider_no_io.dart' if (dart.library.io) 'file_provider_io.dart'; 2 | -------------------------------------------------------------------------------- /lib/src/providers/load_fonts.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import '../composition.dart'; 3 | 4 | Future ensureLoadedFonts(LottieComposition composition) async { 5 | var fonts = FontToLoad.getAndClear(composition); 6 | if (fonts != null) { 7 | for (var font in fonts) { 8 | await loadFontFromList(font.bytes, fontFamily: font.family); 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /lib/src/utils/mean_calculator.dart: -------------------------------------------------------------------------------- 1 | class MeanCalculator { 2 | double _sum = 0; 3 | int _n = 0; 4 | 5 | double get mean => _n == 0 ? 0 : _sum / _n; 6 | 7 | void add(double number) { 8 | _sum += number; 9 | _n++; 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /lib/src/utils/pair.dart: -------------------------------------------------------------------------------- 1 | class Pair { 2 | final T first; 3 | final U second; 4 | 5 | Pair(this.first, this.second); 6 | } 7 | -------------------------------------------------------------------------------- /lib/src/value/lottie_relative_double_value_callback.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import 'lottie_frame_info.dart'; 3 | 4 | double Function(LottieFrameInfo) relativeDoubleValueCallback( 5 | double offset) { 6 | return (LottieFrameInfo frameInfo) { 7 | var originalValue = lerpDouble(frameInfo.startValue, frameInfo.endValue, 8 | frameInfo.interpolatedKeyframeProgress)!; 9 | 10 | return originalValue + offset; 11 | }; 12 | } 13 | -------------------------------------------------------------------------------- /lib/src/value/lottie_relative_integer_value_callback.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import 'lottie_frame_info.dart'; 3 | 4 | int Function(LottieFrameInfo) relativeIntegerValueCallback(int offset) { 5 | return (LottieFrameInfo frameInfo) { 6 | var originalValue = lerpDouble(frameInfo.startValue, frameInfo.endValue, 7 | frameInfo.interpolatedKeyframeProgress)!; 8 | 9 | return (originalValue + offset).round(); 10 | }; 11 | } 12 | -------------------------------------------------------------------------------- /lib/src/value/lottie_relative_point_value_callback.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import 'lottie_frame_info.dart'; 3 | 4 | Offset Function(LottieFrameInfo) relativeOffsetValueCallback( 5 | Offset offset) { 6 | return (LottieFrameInfo frameInfo) { 7 | var point = Offset.lerp(frameInfo.startValue, frameInfo.endValue, 8 | frameInfo.interpolatedKeyframeProgress)!; 9 | 10 | return point.translate(offset.dx, offset.dy); 11 | }; 12 | } 13 | -------------------------------------------------------------------------------- /test/gamma_evaluator_test.dart: -------------------------------------------------------------------------------- 1 | import 'dart:ui'; 2 | import 'package:flutter_test/flutter_test.dart'; 3 | import 'package:lottie/src/utils/gamma_evaluator.dart'; 4 | 5 | void main() { 6 | test('Evaluate for same color values', () { 7 | for (var color = 0x000000; color <= 0xffffff; color++) { 8 | var colorToTest = Color(0xff000000 | color); 9 | var actual = GammaEvaluator.evaluate(0.3, colorToTest, colorToTest); 10 | expect(actual, colorToTest); 11 | } 12 | }); 13 | } 14 | -------------------------------------------------------------------------------- /test/golden/AndroidWave_0_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/golden/AndroidWave_0_0.png -------------------------------------------------------------------------------- /test/golden/HamburgerArrow_0_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/golden/HamburgerArrow_0_0.png -------------------------------------------------------------------------------- /test/golden/HamburgerArrow_0_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/golden/HamburgerArrow_0_5.png -------------------------------------------------------------------------------- /test/golden/HamburgerArrow_1_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/golden/HamburgerArrow_1_0.png -------------------------------------------------------------------------------- /test/golden/Logo/LogoSmall_0_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/golden/Logo/LogoSmall_0_5.png -------------------------------------------------------------------------------- /test/golden/Mobilo/A_0_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/golden/Mobilo/A_0_5.png -------------------------------------------------------------------------------- /test/golden/Mobilo/B_0_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/golden/Mobilo/B_0_5.png -------------------------------------------------------------------------------- /test/golden/lottiefiles/atm_link_1_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/golden/lottiefiles/atm_link_1_0.png -------------------------------------------------------------------------------- /test/goldens/all/14595-thumbs-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/14595-thumbs-up.png -------------------------------------------------------------------------------- /test/goldens/all/17297-fireworks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/17297-fireworks.png -------------------------------------------------------------------------------- /test/goldens/all/Logo/logosmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Logo/logosmall.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/a.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/apostrophe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/apostrophe.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/b.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/blinkingcursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/blinkingcursor.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/c.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/colon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/colon.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/comma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/comma.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/d.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/e.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/f.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/g.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/h.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/i.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/j.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/k.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/l.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/m.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/n.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/o.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/p.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/q.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/r.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/s.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/t.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/u.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/v.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/w.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/x.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/y.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/y.png -------------------------------------------------------------------------------- /test/goldens/all/Mobilo/z.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Mobilo/z.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/ telegramalphacompat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/ telegramalphacompat.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/1669133489622.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/1669133489622.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/2frameanimation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/2frameanimation.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/2parentsmatte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/2parentsmatte.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/adrock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/adrock.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/adrock_converted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/adrock_converted.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/airbnb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/airbnb.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/airbnb400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/airbnb400.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/airbnb800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/airbnb800.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/anim_jpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/anim_jpg.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/animatedshadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/animatedshadow.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/august_view_pulse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/august_view_pulse.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/autoorient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/autoorient.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/beyondbounds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/beyondbounds.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/bm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/bm.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/bm_converted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/bm_converted.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/bounceeasings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/bounceeasings.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/boxposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/boxposition.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/catrim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/catrim.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/catrim_converted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/catrim_converted.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/checkswitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/checkswitch.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/dalek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/dalek.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/dalek_converted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/dalek_converted.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/defaultlinejoincap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/defaultlinejoincap.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/differentpointscount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/differentpointscount.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/dynamicgradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/dynamicgradient.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/dynamictext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/dynamictext.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/editedcolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/editedcolor.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/ellipsedirection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/ellipsedirection.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/embeddedfont.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/embeddedfont.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/endframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/endframe.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/exported_with_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/exported_with_flow.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/fill.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/fillblur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/fillblur.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/font_text_justification_translate_scale_rotation_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/font_text_justification_translate_scale_rotation_test.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/frame.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/framerate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/framerate.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/gradientcolorkeyframeanimation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/gradientcolorkeyframeanimation.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/gradientfill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/gradientfill.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/gradientfillblur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/gradientfillblur.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/gradientonecolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/gradientonecolor.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/gradientopacityinterpolation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/gradientopacityinterpolation.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/gradients.color_opacity.changes.multiple.stops.countfirst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/gradients.color_opacity.changes.multiple.stops.countfirst.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/gradientstrokeblur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/gradientstrokeblur.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/gradientwithvaryingopacitystops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/gradientwithvaryingopacitystops.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/hd.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/heart.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/interpolatebetweenopacitystops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/interpolatebetweenopacitystops.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/interpolatorloopback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/interpolatorloopback.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/issue_288.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/issue_288.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/keyframetypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/keyframetypes.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/kona_splash_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/kona_splash_animation.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/largecomposition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/largecomposition.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/largesquare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/largesquare.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/laugh4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/laugh4.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_0.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_1.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_10.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_11.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_12.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_13.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_14.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_15.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_16.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_17.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_2.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_3.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_4.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_5.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_6.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_7.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_8.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/layerblend_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/layerblend_9.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/loopplayonce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/loopplayonce.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/map.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/marker.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/maska.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/maska.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/maskinv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/maskinv.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/masknone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/masknone.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/masks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/masks.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/mattetimestretchline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/mattetimestretchline.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/mattetimestretchscan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/mattetimestretchscan.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/missingendvalue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/missingendvalue.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/miterlimit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/miterlimit.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/multiline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/multiline.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/nullendshape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/nullendshape.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/opacity_layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/opacity_layers.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/opacitystops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/opacitystops.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/overlapshapewithopacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/overlapshapewithopacity.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/parenting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/parenting.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/precompblur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/precompblur.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/precompblurdecimapprecompsize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/precompblurdecimapprecompsize.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/precomps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/precomps.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rect1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rect1.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rect2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rect2.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rect3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rect3.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rect4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rect4.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rect5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rect5.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rect6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rect6.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rect7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rect7.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rect8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rect8.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rect9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rect9.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/remap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/remap.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/repeater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/repeater.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/reversedstar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/reversedstar.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rgb.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/rgbmarker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/rgbmarker.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/roundedcorners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/roundedcorners.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/roundednonclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/roundednonclosed.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/roundedwithalreadyroundedcorners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/roundedwithalreadyroundedcorners.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/scale0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/scale0.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/shapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/shapes.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/shapetypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/shapetypes.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/skew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/skew.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/solidlayertransform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/solidlayertransform.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/splitdimensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/splitdimensions.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/splitpathtransform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/splitpathtransform.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/squares.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/squares.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/starskew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/starskew.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/startendframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/startendframe.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/staticshadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/staticshadow.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/stroke.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/strokeblur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/strokeblur.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/telegramalphacompat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/telegramalphacompat.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/text.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/text_justification_translate_scale_rotation_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/text_justification_translate_scale_rotation_text.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/text_with_parent_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/text_with_parent_alpha.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/textbaseline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/textbaseline.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/textwithpscenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/textwithpscenter.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/textwithpsleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/textwithpsleft.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/tgswithoutopacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/tgswithoutopacity.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/thumb.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/timeremapandstartoffset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/timeremapandstartoffset.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/timestretch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/timestretch.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/timestretchandstartoffset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/timestretchandstartoffset.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/timestretchmask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/timestretchmask.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/timestretchprecomp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/timestretchprecomp.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/timestretchprecomp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/timestretchprecomp2.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/trackmattes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/trackmattes.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/transformwithoutendvalues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/transformwithoutendvalues.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/trimpaths.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/trimpaths.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/trimpathsinsideandoutsidegroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/trimpathsinsideandoutsidegroup.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/trimpathwraparound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/trimpathwraparound.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/weaccept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/weaccept.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/weacceptinlineimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/weacceptinlineimage.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/wile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/wile.png -------------------------------------------------------------------------------- /test/goldens/all/Tests/zipinlineimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/Tests/zipinlineimage.png -------------------------------------------------------------------------------- /test/goldens/all/androidwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/androidwave.png -------------------------------------------------------------------------------- /test/goldens/all/animation-1700642783167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/animation-1700642783167.png -------------------------------------------------------------------------------- /test/goldens/all/battery_optimizations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/battery_optimizations.png -------------------------------------------------------------------------------- /test/goldens/all/blub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/blub.png -------------------------------------------------------------------------------- /test/goldens/all/bluetoothscanning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/bluetoothscanning.png -------------------------------------------------------------------------------- /test/goldens/all/camera_change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/camera_change.png -------------------------------------------------------------------------------- /test/goldens/all/dynamicgradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/dynamicgradient.png -------------------------------------------------------------------------------- /test/goldens/all/envelope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/envelope.png -------------------------------------------------------------------------------- /test/goldens/all/example_with_images/data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/example_with_images/data.png -------------------------------------------------------------------------------- /test/goldens/all/gradientcolorinterpolation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/gradientcolorinterpolation.png -------------------------------------------------------------------------------- /test/goldens/all/hamburgerarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/hamburgerarrow.png -------------------------------------------------------------------------------- /test/goldens/all/issue270.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/issue270.png -------------------------------------------------------------------------------- /test/goldens/all/lf20_w2afea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lf20_w2afea.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/100_percent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/100_percent.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/28861-connection-style-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/28861-connection-style-2.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/45668-arrow-with-light-passing-through.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/45668-arrow-with-light-passing-through.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/a_mountain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/a_mountain.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/accept_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/accept_arrows.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/airbnb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/airbnb.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/android_fingerprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/android_fingerprint.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/angel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/angel.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/anima.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/anima.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/animated_graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/animated_graph.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/animated_laptop_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/animated_laptop_.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/animated_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/animated_logo.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/atm_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/atm_link.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/autoconnect_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/autoconnect_loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/ball_&_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/ball_&_map.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/banner_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/banner_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/bb8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/bb8.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/bell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/bell.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/birds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/birds.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/bitcoin_to_the_moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/bitcoin_to_the_moon.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/blood_transfusion_kawaii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/blood_transfusion_kawaii.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/bomb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/bomb.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/books.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/books.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/bootymovin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/bootymovin.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/bounching_ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/bounching_ball.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/brain__.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/brain__.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/browser.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/building_evolution_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/building_evolution_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/camera.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/camptravel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/camptravel.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/cancel_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/cancel_button.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/cash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/cash.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/change_to_search_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/change_to_search_bar.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/check_pop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/check_pop.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/chinese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/chinese.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/clock.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/cloud_disconnection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/cloud_disconnection.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/code_invite_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/code_invite_success.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/coding_ape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/coding_ape.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/coinfall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/coinfall.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/colorline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/colorline.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/confusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/confusion.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/construction_site.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/construction_site.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/cooking_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/cooking_app.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/countdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/countdown.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/credit_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/credit_card.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/credit_level.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/credit_level.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/cube_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/cube_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/cubo_livre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/cubo_livre.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/curly_hair_character_loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/curly_hair_character_loop.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/cycle_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/cycle_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/day_night_cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/day_night_cycle.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/day_of_the_dead.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/day_of_the_dead.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/deadpool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/deadpool.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/delivery_van.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/delivery_van.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/developer-animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/developer-animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/dna_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/dna_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/dog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/dog.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/done.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/download copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/download copy.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/download.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/downloader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/downloader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/drop.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/drop_to_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/drop_to_refresh.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/edited-landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/edited-landscape.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/elephant_trunk_swing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/elephant_trunk_swing.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/emoji_shock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/emoji_shock.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/emoji_tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/emoji_tongue.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/emoji_wink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/emoji_wink.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/empty_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/empty_status.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/estimate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/estimate.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/fab_animate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/fab_animate.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/fabulous_onboarding_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/fabulous_onboarding_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/favourite_app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/favourite_app_icon.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/file_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/file_error.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/finance_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/finance_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/fingerprint_scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/fingerprint_scanner.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/finish,done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/finish,done.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/fish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/fish.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/flag_of_mexico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/flag_of_mexico.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/flow.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/frog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/frog.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/funky_chicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/funky_chicken.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/gaming_pad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/gaming_pad.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/gears.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/gears.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/geometry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/geometry.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/glow_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/glow_loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/gradient_animated_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/gradient_animated_background.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/happy birthday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/happy birthday.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/hardware.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/hardware.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/hint_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/hint_01.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/im_thirsty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/im_thirsty.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/immiguide_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/immiguide_.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/in-app_purchasing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/in-app_purchasing.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/india.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/india.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/infinite_rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/infinite_rainbow.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/intelia_logo_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/intelia_logo_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/iphone_x_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/iphone_x_loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/jojo_the_bird.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/jojo_the_bird.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/jolly_walker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/jolly_walker.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/judgement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/judgement.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/kod.io_logo_reveal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/kod.io_logo_reveal.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/la_calavera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/la_calavera.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/landing_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/landing_page.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/lego_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/lego_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/lf20_fteywrno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/lf20_fteywrno.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/light.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/lightsaber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/lightsaber.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/little_girl_jumping_-_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/little_girl_jumping_-_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/loading_copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/loading_copy.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/loading_disc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/loading_disc.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/loading_semicircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/loading_semicircle.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/location.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/location_marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/location_marker.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/location_pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/location_pin.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/lottie_logo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/lottie_logo_1.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/lottiepreview_qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/lottiepreview_qr.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/mailsent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/mailsent.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/man_and_pay_with_credit_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/man_and_pay_with_credit_card.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/map_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/map_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/material loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/material loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/material_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/material_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/material_loading_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/material_loading_2.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/material_wave_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/material_wave_loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/me_at_office.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/me_at_office.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/medal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/medal.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/menu_button_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/menu_button_alt.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/menubutton2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/menubutton2.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/mindful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/mindful.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/mnemonics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/mnemonics.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/money.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/motorcycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/motorcycle.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/moving bus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/moving bus.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/moving_eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/moving_eye.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/no_internet_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/no_internet_connection.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/notification_request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/notification_request.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/octopus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/octopus.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/ofrenda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/ofrenda.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/on_off_settings_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/on_off_settings_switch.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/pagado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/pagado.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/pagination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/pagination.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/panel2d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/panel2d.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/passport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/passport.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/patient_successfully_added.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/patient_successfully_added.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/payme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/payme.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/peli-canon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/peli-canon.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/pen_tool_loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/pen_tool_loop.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/pencil_write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/pencil_write.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/penguin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/penguin.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/permission.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/personal_character.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/personal_character.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/ph_onboarding_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/ph_onboarding_.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/phonological.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/phonological.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/pink_drink_machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/pink_drink_machine.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/plane.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/plane_to_dollar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/plane_to_dollar.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/play,_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/play,_pause.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/play_and_like_it.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/play_and_like_it.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/play_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/play_button.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/playing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/playing.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/point.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/poo_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/poo_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/powerupp_app_onboard (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/powerupp_app_onboard (1).png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/powerupp_app_onboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/powerupp_app_onboard.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/preloader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/preloader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/print.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/progress_bar 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/progress_bar 2.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/progress_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/progress_bar.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/rating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/rating.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/red_pocket_pop_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/red_pocket_pop_up.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/rejection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/rejection.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/retweet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/retweet.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/rocket.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/rocksauce_title_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/rocksauce_title_card.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/scan.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/scan_qr_code_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/scan_qr_code_success.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/search_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/search_button.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/security_token_roundtable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/security_token_roundtable.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/sensor_scan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/sensor_scan.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/servishero_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/servishero_loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/simple_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/simple_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/sky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/sky.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/slack_app_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/slack_app_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/snowcation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/snowcation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/socar_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/socar_logo.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/soda_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/soda_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/spacehub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/spacehub.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/spinner loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/spinner loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/splashy_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/splashy_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/square_drop_loader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/square_drop_loader.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/star 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/star 2.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/streetby_test_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/streetby_test_loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/streetbymorning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/streetbymorning.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/submit button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/submit button.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/summer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/summer.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/sushi_and_wine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/sushi_and_wine.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/swiftkey-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/swiftkey-logo.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/swipe_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/swipe_menu.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/swipe_right_indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/swipe_right_indicator.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/switch_loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/switch_loop.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/the_final_frontier.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/the_final_frontier.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/tigerobo_demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/tigerobo_demo.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/timer_(3_second_loop).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/timer_(3_second_loop).png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/toggle.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/toggle_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/toggle_switch.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/touch_id.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/touch_id.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/tractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/tractor.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/tractor_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/tractor_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/trail_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/trail_loading.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/trophy.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/trophy_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/trophy_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/truecosmos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/truecosmos.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/turbine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/turbine.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/typing dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/typing dot.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/uk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/uk.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/updating_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/updating_map.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/us.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/video_cam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/video_cam.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/vigilance_camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/vigilance_camera.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/volume_indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/volume_indicator.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/volume_shake_indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/volume_shake_indicator.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/vr_animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/vr_animation.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/vr_sickness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/vr_sickness.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/walking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/walking.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/walking_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/walking_arrow.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/wallet recharge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/wallet recharge.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/washing_machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/washing_machine.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/win_result_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/win_result_2.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/wolf_peek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/wolf_peek.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/x_pop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/x_pop.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/xamarin_logo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/xamarin_logo_2.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/xuanwheel_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/xuanwheel_logo.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/yoga_carpet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/yoga_carpet.png -------------------------------------------------------------------------------- /test/goldens/all/lottiefiles/youtube_icon_reveal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottiefiles/youtube_icon_reveal.png -------------------------------------------------------------------------------- /test/goldens/all/lottielogo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottielogo1.png -------------------------------------------------------------------------------- /test/goldens/all/lottielogo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/lottielogo2.png -------------------------------------------------------------------------------- /test/goldens/all/pass_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/pass_loading.png -------------------------------------------------------------------------------- /test/goldens/all/playing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/playing.png -------------------------------------------------------------------------------- /test/goldens/all/spinning_carrousel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/spinning_carrousel.png -------------------------------------------------------------------------------- /test/goldens/all/sticker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/sticker.png -------------------------------------------------------------------------------- /test/goldens/all/tent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/tent.png -------------------------------------------------------------------------------- /test/goldens/all/twitterheartbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/twitterheartbutton.png -------------------------------------------------------------------------------- /test/goldens/all/vegan_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/vegan_font.png -------------------------------------------------------------------------------- /test/goldens/all/weather/fog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/weather/fog.png -------------------------------------------------------------------------------- /test/goldens/all/weather/hurricane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/weather/hurricane.png -------------------------------------------------------------------------------- /test/goldens/all/weather/thunder-storm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/weather/thunder-storm.png -------------------------------------------------------------------------------- /test/goldens/all/weather/tornado.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/weather/tornado.png -------------------------------------------------------------------------------- /test/goldens/all/weather/windy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/all/weather/windy.png -------------------------------------------------------------------------------- /test/goldens/dotlottie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dotlottie.png -------------------------------------------------------------------------------- /test/goldens/dynamic/blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/blur.png -------------------------------------------------------------------------------- /test/goldens/dynamic/color_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/color_filter.png -------------------------------------------------------------------------------- /test/goldens/dynamic/drop_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/drop_shadow.png -------------------------------------------------------------------------------- /test/goldens/dynamic/ellipse_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/ellipse_position.png -------------------------------------------------------------------------------- /test/goldens/dynamic/ellipse_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/ellipse_size.png -------------------------------------------------------------------------------- /test/goldens/dynamic/fill_color_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/fill_color_green.png -------------------------------------------------------------------------------- /test/goldens/dynamic/fill_color_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/fill_color_yellow.png -------------------------------------------------------------------------------- /test/goldens/dynamic/fill_opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/fill_opacity.png -------------------------------------------------------------------------------- /test/goldens/dynamic/matte_property.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/matte_property.png -------------------------------------------------------------------------------- /test/goldens/dynamic/null_color_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/null_color_filter.png -------------------------------------------------------------------------------- /test/goldens/dynamic/opacity_interpolation_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/opacity_interpolation_00.png -------------------------------------------------------------------------------- /test/goldens/dynamic/opacity_interpolation_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/opacity_interpolation_05.png -------------------------------------------------------------------------------- /test/goldens/dynamic/opacity_interpolation_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/opacity_interpolation_10.png -------------------------------------------------------------------------------- /test/goldens/dynamic/polygon_points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/polygon_points.png -------------------------------------------------------------------------------- /test/goldens/dynamic/polygon_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/polygon_position.png -------------------------------------------------------------------------------- /test/goldens/dynamic/polygon_radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/polygon_radius.png -------------------------------------------------------------------------------- /test/goldens/dynamic/polygon_rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/polygon_rotation.png -------------------------------------------------------------------------------- /test/goldens/dynamic/polygon_roundedness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/polygon_roundedness.png -------------------------------------------------------------------------------- /test/goldens/dynamic/rectangle_corner_roundedness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/rectangle_corner_roundedness.png -------------------------------------------------------------------------------- /test/goldens/dynamic/rectangle_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/rectangle_position.png -------------------------------------------------------------------------------- /test/goldens/dynamic/rectangle_size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/rectangle_size.png -------------------------------------------------------------------------------- /test/goldens/dynamic/repeater_transform_end_opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/repeater_transform_end_opacity.png -------------------------------------------------------------------------------- /test/goldens/dynamic/repeater_transform_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/repeater_transform_position.png -------------------------------------------------------------------------------- /test/goldens/dynamic/repeater_transform_rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/repeater_transform_rotation.png -------------------------------------------------------------------------------- /test/goldens/dynamic/repeater_transform_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/repeater_transform_scale.png -------------------------------------------------------------------------------- /test/goldens/dynamic/repeater_transform_start_opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/repeater_transform_start_opacity.png -------------------------------------------------------------------------------- /test/goldens/dynamic/solid_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/solid_color.png -------------------------------------------------------------------------------- /test/goldens/dynamic/star_inner_radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/star_inner_radius.png -------------------------------------------------------------------------------- /test/goldens/dynamic/star_inner_roundedness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/star_inner_roundedness.png -------------------------------------------------------------------------------- /test/goldens/dynamic/star_outer_radius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/star_outer_radius.png -------------------------------------------------------------------------------- /test/goldens/dynamic/star_outer_roundedness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/star_outer_roundedness.png -------------------------------------------------------------------------------- /test/goldens/dynamic/star_points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/star_points.png -------------------------------------------------------------------------------- /test/goldens/dynamic/star_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/star_position.png -------------------------------------------------------------------------------- /test/goldens/dynamic/star_rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/star_rotation.png -------------------------------------------------------------------------------- /test/goldens/dynamic/stroke_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/stroke_color.png -------------------------------------------------------------------------------- /test/goldens/dynamic/stroke_opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/stroke_opacity.png -------------------------------------------------------------------------------- /test/goldens/dynamic/stroke_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/stroke_width.png -------------------------------------------------------------------------------- /test/goldens/dynamic/time_remapping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/time_remapping.png -------------------------------------------------------------------------------- /test/goldens/dynamic/transform_anchor_point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/transform_anchor_point.png -------------------------------------------------------------------------------- /test/goldens/dynamic/transform_opacity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/transform_opacity.png -------------------------------------------------------------------------------- /test/goldens/dynamic/transform_position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/transform_position.png -------------------------------------------------------------------------------- /test/goldens/dynamic/transform_position_relative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/transform_position_relative.png -------------------------------------------------------------------------------- /test/goldens/dynamic/transform_rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/transform_rotation.png -------------------------------------------------------------------------------- /test/goldens/dynamic/transform_scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic/transform_scale.png -------------------------------------------------------------------------------- /test/goldens/dynamic_image/delegate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_image/delegate.png -------------------------------------------------------------------------------- /test/goldens/dynamic_image/zip_with_provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_image/zip_with_provider.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/dynamic_text_delegate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/dynamic_text_delegate.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/dynamic_text_emoji.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/dynamic_text_emoji.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/dynamic_text_valuedelegate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/dynamic_text_valuedelegate.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/dynamic_text_valuedelegate_endvalue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/dynamic_text_valuedelegate_endvalue.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/dynamic_text_valuedelegate_overallprogress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/dynamic_text_valuedelegate_overallprogress.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/dynamic_text_valuedelegate_startvalue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/dynamic_text_valuedelegate_startvalue.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/text_fill_blue__green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/text_fill_blue__green.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/text_stroke_red__yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/text_stroke_red__yellow.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/text_stroke_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/text_stroke_width.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/text_tracking_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/text_tracking_1.png -------------------------------------------------------------------------------- /test/goldens/dynamic_text/text_tracking_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/dynamic_text/text_tracking_2.png -------------------------------------------------------------------------------- /test/goldens/enable_render_cache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/enable_render_cache.png -------------------------------------------------------------------------------- /test/goldens/fireworks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/fireworks.png -------------------------------------------------------------------------------- /test/goldens/gradients/blub_red_callback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/gradients/blub_red_callback.png -------------------------------------------------------------------------------- /test/goldens/gradients/blub_red_value.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/gradients/blub_red_value.png -------------------------------------------------------------------------------- /test/goldens/gradients/linear_gradient_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/gradients/linear_gradient_fill.png -------------------------------------------------------------------------------- /test/goldens/gradients/linear_gradient_stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/gradients/linear_gradient_stroke.png -------------------------------------------------------------------------------- /test/goldens/gradients/opacity_linear_gradient_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/gradients/opacity_linear_gradient_fill.png -------------------------------------------------------------------------------- /test/goldens/gradients/radial_gradient_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/gradients/radial_gradient_fill.png -------------------------------------------------------------------------------- /test/goldens/gradients/radial_gradient_stroke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/gradients/radial_gradient_stroke.png -------------------------------------------------------------------------------- /test/goldens/lightningbug_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/lightningbug_file.png -------------------------------------------------------------------------------- /test/goldens/mirror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/mirror.png -------------------------------------------------------------------------------- /test/goldens/opacity_layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/opacity_layers.png -------------------------------------------------------------------------------- /test/goldens/warningShimmer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/warningShimmer_1.png -------------------------------------------------------------------------------- /test/goldens/warningShimmer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/warningShimmer_2.png -------------------------------------------------------------------------------- /test/goldens/warningShimmer_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xvrh/lottie-flutter/78bbbc895fe03b14e43d058d25d421cd08cb6569/test/goldens/warningShimmer_3.png -------------------------------------------------------------------------------- /tool/prepare_submit.dart: -------------------------------------------------------------------------------- 1 | import 'code_style/fix_absolute_import.dart' as fix_absolute_import; 2 | import 'code_style/fix_import_order.dart' as fix_import_order; 3 | import 'generate_readme.dart' as generate_readme; 4 | 5 | void main() { 6 | fix_absolute_import.main(); 7 | fix_import_order.main(); 8 | generate_readme.main(); 9 | } 10 | --------------------------------------------------------------------------------