This commit is contained in:
		| @@ -5,6 +5,7 @@ autovalidatemode | |||||||
| canvaskit | canvaskit | ||||||
| cupertino | cupertino | ||||||
| cupertinoicons | cupertinoicons | ||||||
|  | entrypoint | ||||||
| fromargb | fromargb | ||||||
| onetwothree | onetwothree | ||||||
| renterd | renterd | ||||||
|   | |||||||
| @@ -29,7 +29,20 @@ | |||||||
|  |  | ||||||
|   <title>repertory</title> |   <title>repertory</title> | ||||||
|   <link rel="manifest" href="manifest.json"> |   <link rel="manifest" href="manifest.json"> | ||||||
| <script type="text/javascript" src="sodium.js" async="true"></script></head> |   <script type="text/javascript" src="sodium.js" async="true"></script></head> | ||||||
| <body> | <body> | ||||||
|   <script src="flutter_bootstrap.js" async=""></script> |   <script> | ||||||
|  |     {{flutter_js}} | ||||||
|  |     {{flutter_build_config}} | ||||||
|  |  | ||||||
|  |     _flutter.loader.load({ | ||||||
|  |       config: { | ||||||
|  |         canvasKitBaseUrl: "/canvaskit/" | ||||||
|  |       }, | ||||||
|  |       onEntrypointLoaded: async function(engineInitializer) { | ||||||
|  |         const appRunner = await engineInitializer.initializeEngine(); | ||||||
|  |         await appRunner.runApp(); | ||||||
|  |       } | ||||||
|  |     }); | ||||||
|  |   </script> | ||||||
| </body></html> | </body></html> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user