-
Bruno Leroux authored
This is a reland of https://github.com/flutter/flutter/pull/136624 which was reverted because one new M3 golden test failed. The failure was related to the ink sparkle animation. Ink sparkle is the M3 default animation, it does not play well with golden because it introduces an element of randomness. One way to avoid this randomness is to use the `InkSparkle.constantTurbulenceSeedSplashFactory`. This PR has two commits: - the first one is the original PR (https://github.com/flutter/flutter/pull/136624). - the second one updates the failing test using `InkSparkle.constantTurbulenceSeedSplashFactory`.