Skip to content

Commit

Permalink
File structure refactoring, fixed AppUser streaming via Provider (#55)
Browse files Browse the repository at this point in the history
* File structure refactoring, fixed AppUser streaming via Provider

* Small Provider bug fix

* edited signup first name and last name mapping

* Changes from PR comments

---------

Co-authored-by: Tobias Beidler-Shenk <[email protected]>, Jeffrey Zheng <[email protected]>
  • Loading branch information
github-actions[bot] and jeffzheng13 committed Jan 17, 2024
1 parent 131be5c commit a3b4ed7
Show file tree
Hide file tree
Showing 3 changed files with 45,053 additions and 44,895 deletions.
6 changes: 3 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"manifest.json": "5ba530b74c9b7496b9e72a8bf33204dd",
"index.html": "fb702a8a3570de6d123ff4700db12f4f",
"/": "fb702a8a3570de6d123ff4700db12f4f",
"index.html": "5ef5ca871e33e97807c1e0451b8e0165",
"/": "5ef5ca871e33e97807c1e0451b8e0165",
"assets/AssetManifest.bin": "425b1678efb5514e2ae8062f396d3044",
"assets/fonts/MaterialIcons-Regular.otf": "588fe8478a711500930ddf3669642bce",
"assets/assets/location-pin.png": "db92870f78ef4e457916b36c0d190dab",
Expand Down Expand Up @@ -24395,7 +24395,7 @@ const RESOURCES = {"flutter.js": "7d69e653079438abfbb24b82a655b0a4",
"splash/img/dark-1x.gif": "5ab97722b554c4c023272685b739012d",
"splash/img/light-4x.png": "272fef8da7a17981b3b41cd0aa980e19",
"favicon.png": "d496b772f3eebf0297c76bee559792e5",
"main.dart.js": "f8ac890557a03f8d855a27736b690404",
"main.dart.js": "82987a4f1a7c83fb131f599c2089cc31",
"version.json": "acc50361d4e8190a2fbe82427d567ee1",
"canvaskit/canvaskit.wasm": "73584c1a3367e3eaf757647a8f5c5989",
"canvaskit/skwasm.js": "87063acf45c5e1ab9565dcf06b0c18b8",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

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

0 comments on commit a3b4ed7

Please sign in to comment.