invertase / zapp.run

Zapp! A free online sandbox environment for building Flutter applications in the browser.
https://zapp.run
320 stars 37 forks source link

Widget test fails: `Timer is still pending even after the widget tree was disposed.` #28

Open nilsreichardt opened 2 years ago

nilsreichardt commented 2 years ago

Project ID (e.g. flutter-123456): flutter-zp006nsp106 Operating System & Version (e.g. macOS Monterey 12.1): macOS 12 Browser & Version (e.g. Chome 102.0.5005.115): Chrome

Description

My widget test is passing locally but in Zapp it's failing:

image

GitHub repository to test it locally: https://github.com/nilsreichardt/clipboard-test

Salakar commented 2 years ago

Thanks, I think I know what this is, will take a look early next week.