Closed navaronbracke-endare closed 3 months ago
This PR fixes the example for the web, that now needs a different method of bootstrapping in Flutter 3.22
I had forgotten to include this commit in my last PR, after testing the web example.
We still hit the CanvasKit undefined module error when running the example a second time, but this was reported upstream in flutter/flutter.
The undefined module error is tracked for a cherry pick to stable, see https://github.com/flutter/flutter/issues/152844
This PR fixes the example for the web, that now needs a different method of bootstrapping in Flutter 3.22
I had forgotten to include this commit in my last PR, after testing the web example.
We still hit the CanvasKit undefined module error when running the example a second time, but this was reported upstream in flutter/flutter.