Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add flare_flutter.dart entrypoint, add FlareSpammerActor, FlareProgressController #154

Open
wants to merge 5 commits into
base: stable
Choose a base branch
from

Conversation

lukepighetti
Copy link

@lukepighetti lukepighetti commented Sep 14, 2019

9ceb2db

Creates an entrypoint into the package that exports the most basic classes needed to consume FlareActor, FlareControls, and FlareController.

This makes flare_flutter compliant with community expectations for how to consume Dart packages by enabling the most common functionality with import 'package:flare_flutter/flare_flutter.dart'

78c8bc2 & 84535f2

adds FlareSpammerActor which allows mobile app developers to trigger a single animation multiple times simultaneously similar to the heart/like streams on Facebook live streams.

81edadb & 483e00d

Adds FlareProgressController which allows naive scrubbing through an animation which is useful for wiring up scroll based animations, progress bars, or connecting to a flutter AnimationController.

@lukepighetti lukepighetti changed the title add flare_flutter entrypoint, add FlareSpammerActor add flare_flutter.dart entrypoint, add FlareSpammerActor, FlareProgressController Sep 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant