'Flutter Web got really slow on Google Chrome Mac M1
My flutter website got really slow on my Google Chrome (mac M1).
The console shows no errors, and I have tested on other browsers and desktops and it works fine.
It's hard to find the cause when there are no errors. Does anyone has an idea?
P.S. This is the website: https://polys.art . It only gets slow after connecting it to web3 by pressing connect wallet which will reveal another UI.
Solution 1:[1]
Looks like building with html instead of canvaskit solves the problem. Don't know why.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | João Abrantes |
