Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Add iOS spring animation objc files #38801

Merged
merged 16 commits into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ci/licenses_golden/licenses_flutter
Original file line number Diff line number Diff line change
Expand Up @@ -714,9 +714,11 @@ SOFTWARE.

====================================================================================================
LIBRARY: spring_animation
ORIGIN: ../../../flutter/third_party/spring_animation/Libraries/Animated/animations/SpringAnimation.js + ../../../flutter/third_party/spring_animation/LICENSE
ORIGIN: ../../../flutter/third_party/spring_animation/spring_animation.h + ../../../flutter/third_party/spring_animation/LICENSE
ORIGIN: ../../../flutter/third_party/spring_animation/spring_animation.mm + ../../../flutter/third_party/spring_animation/LICENSE
TYPE: LicenseType.mit
FILE: ../../../flutter/third_party/spring_animation/Libraries/Animated/animations/SpringAnimation.js
FILE: ../../../flutter/third_party/spring_animation/spring_animation.h
FILE: ../../../flutter/third_party/spring_animation/spring_animation.mm
----------------------------------------------------------------------------------------------------
Copyright (c) Meta Platforms, Inc. and affiliates.

Expand Down
14 changes: 14 additions & 0 deletions third_party/spring_animation/BUILD.gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

if (is_ios) {
import("//flutter/common/config.gni")
source_set("spring_animation") {
sources = [
"spring_animation.h",
"spring_animation.mm",
]
public_configs = [ "//flutter:config" ]
}
}

This file was deleted.

Loading