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

Should showOverlay() parameter builder be pass Animation instead of progress ? #28

Open
boyan01 opened this issue Dec 9, 2019 · 1 comment
Labels
help wanted Extra attention is needed
Projects

Comments

@boyan01
Copy link
Owner

boyan01 commented Dec 9, 2019

Now:

typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, double progress);

Should be:

typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, Animation<double> animation);
@boyan01 boyan01 added the help wanted Extra attention is needed label Dec 9, 2019
@boyan01 boyan01 added this to To do in roadmap via automation Dec 19, 2019
@boyan01
Copy link
Owner Author

boyan01 commented Jul 17, 2022

typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, double progress, AnimationStatus status);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
roadmap
  
To do
Development

Successfully merging a pull request may close this issue.

1 participant