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

Timer.periodic not work #8

Closed
frankcheng2020 opened this issue Jul 20, 2021 · 1 comment
Closed

Timer.periodic not work #8

frankcheng2020 opened this issue Jul 20, 2021 · 1 comment

Comments

@frankcheng2020
Copy link

new Timer.periodic(Duration(milliseconds: 10000), (timer) {
showTopSnackBar(
context,
CustomSnackBar.info(
message:
"There is some information. You need to do something with that",
),
);
});

@frankcheng2020 frankcheng2020 changed the title Timer.periodic now work Timer.periodic not work Jul 20, 2021
@vizhan-lanars
Copy link
Collaborator

Hi, @frankcheng2020
It seems like an issue on your side.
Timer.periodic() works.

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

No branches or pull requests

2 participants