Skip to content

Commit

Permalink
fix RxTypeAdapter read throw on flutter-web
Browse files Browse the repository at this point in the history
  • Loading branch information
zmtzawqlp committed Nov 8, 2023
1 parent 5262708 commit 1c7d201
Show file tree
Hide file tree
Showing 3 changed files with 2,374 additions and 2,373 deletions.
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const RESOURCES = {
"splash/img/light-1x.png": "e6acf9ddc6fc47bace096f7579f83a58",
"splash/splash.js": "123c400b58bea74c1305ca3ac966748d",
"splash/style.css": "b84a76450a7da3c072809611870ee985",
"index.html": "de603906400f7706e1eca649988e314f",
"/": "de603906400f7706e1eca649988e314f",
"main.dart.js": "55ae6230657c83caa6d77671945748f1",
"index.html": "971e0b443f647add3586c5920717dadf",
"/": "971e0b443f647add3586c5920717dadf",
"main.dart.js": "77a0dfdb8ddf594f192799d3b81adbf5",
"flutter.js": "eb2682e33f25cd8f1fc59011497c35f8",
"favicon.png": "3ac0c50fa610330b4470300380e5b5c6",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<script>
// The value below is injected by flutter build, do not touch.
var serviceWorkerVersion = '3644355851';
var serviceWorkerVersion = '2192363077';
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer=""></script>
Expand Down
Loading

0 comments on commit 1c7d201

Please sign in to comment.