1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 06:48:26 +00:00

[federated_plugin] adds web implementation of federated_plugin (#507)

This commit is contained in:
Ayush Bherwani
2020-08-05 11:08:20 +05:30
committed by GitHub
parent 18758bf5af
commit c5c2da9a4b
20 changed files with 678 additions and 52 deletions

View File

@@ -0,0 +1,10 @@
<!-- This file is necessary just to run the e2e tests on the browser -->
<!DOCTYPE HTML>
<html>
<head>
<title>Browser Tests</title>
</head>
<body>
<script src="main.dart.js"></script>
</body>
</html>