Skip to content

Conversation

@abarth
Copy link
Contributor

@abarth abarth commented Jan 19, 2016

This patch removes state from the animation system, which was causing problems
as we were scaling the use of animated values.

Now the "tween" objects are stateless and can watch animations, which creates a
new object that holds both the tween and the animation instead of mutating the
tween every tick of the animation.

This patch ports one client as a proof-of-concept.

Fixes #215

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this guy to just below Watchable since he depends only on Watchable and is depended on by people above like WatchableValue

@Hixie
Copy link
Contributor

Hixie commented Jan 19, 2016

LGTM

This patch removes state from the animation system, which was causing problems
as we were scaling the use of animated values.

Now the "tween" objects are stateless and can watch animations, which creates a
new object that holds both the tween and the animation instead of mutating the
tween every tick of the animation.

This patch ports one client as a proof-of-concept.

Fixes flutter#215
abarth added a commit that referenced this pull request Jan 19, 2016
Introduce Tween and the new animation API
@abarth abarth merged commit 7f95d9b into flutter:master Jan 19, 2016
@abarth abarth deleted the tween2 branch January 19, 2016 22:33
HansMuller added a commit to HansMuller/flutter that referenced this pull request Dec 1, 2017
TahaTesser pushed a commit to NevercodeHQ/flutter that referenced this pull request Aug 13, 2020
Retrieve receipt data. The data can be retrieve as a base 64 string or dictionary. User can use base 64 string to validate the purchase with App Store; use dictionary to validate purchase locally.
Part of flutter#26326
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance API refactor

2 participants