Skip to content

Commit 1d82e56

Browse files
committed
remove unused files and remove unnecessary elements in index.html
1 parent cb75ff1 commit 1d82e56

File tree

3 files changed

+0
-205
lines changed

3 files changed

+0
-205
lines changed

flutter/example/lib/main_test.dart

-143
This file was deleted.

flutter/example/web/index.html

-11
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@
3939
<div id="left" style="width: 50%; height: 100%; float: left;"></div>
4040
<div id="right" style="width: 50%; height: 100%; float: left;"></div>
4141
</div>
42-
<!-- This script installs service_worker.js to provide PWA functionality to
43-
application. For more information, see:
44-
https://developers.google.com/web/fundamentals/primers/service-workers -->
45-
<script>
46-
if ('serviceWorker' in navigator) {
47-
window.addEventListener('load', function () {
48-
navigator.serviceWorker.register('flutter_service_worker.js');
49-
});
50-
}
51-
</script>
52-
<script src="main.dart.js" type="application/javascript"></script>
5342
<script src="flutter_bootstrap.js" type="application/javascript" async></script>
5443
</body>
5544

flutter/example/web/index_backup.html

-51
This file was deleted.

0 commit comments

Comments
 (0)