Skip to content

Commit

Permalink
add leetcode app && fix mobile responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Wadie-ess committed Jul 19, 2023
1 parent af635be commit 774e8f3
Show file tree
Hide file tree
Showing 9 changed files with 710 additions and 703 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/assets/1337WhitePng 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/assets/email 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/assets/quote 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/packages/.DS_Store
Binary file not shown.
10 changes: 7 additions & 3 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ const CACHE_NAME = 'flutter-app-cache';
const RESOURCES = {
"favicon%202.png": "5dcef449791fa27946b3d35ad8803796",
"version.json": "bd341ba74d38c530da636604a427deda",
"index.html": "cb10aae2129604c662752543885f8cab",
"/": "cb10aae2129604c662752543885f8cab",
"index.html": "37fe1831aa0ae123946b93379306709c",
"/": "37fe1831aa0ae123946b93379306709c",
"wadie.png": "cc0f717ebea0d98cba43764ecd72e1a7",
"loader.css": "3ed0540af717cd56f01a37a08f714759",
"main.dart.js": "90a2b6b469459977ea45cf5ff9ad13ce",
"main.dart.js": "8c58156cb138f2166e353353a2c3834b",
"flutter.js": "a85fcf6324d3c4d3ae3be1ae4931e9c5",
"main.dart%202.js": "50f2aceb2e6e24058b8deb455e6e210c",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
Expand Down Expand Up @@ -72,6 +72,7 @@ const RESOURCES = {
"assets/assets/mappin.png": "9cc090022ae31337336d2024160714b8",
"assets/assets/design.png": "6aaec412d8837ac9a83f03f453877606",
"assets/assets/person_small.png": "6f780d058150543096d7bd3060db4ac4",
"assets/assets/email%203.png": "5eb3c4b86aafbee72b8c471b29413a50",
"assets/assets/hash.png": "e6a298a3f3873272de1ccd9611ba43c4",
"assets/assets/brand2.png": "91c6d8820e35e10e39757e0de6ac4345",
"assets/assets/plants2.png": "3832f07e5a321190029eb338fd800e0d",
Expand Down Expand Up @@ -141,6 +142,7 @@ const RESOURCES = {
"assets/assets/ecom2%202.png": "2d249ad6365e95b66194a4e44e2e1d11",
"assets/assets/brand5%202.png": "fc57e9a9ff95830ea207e2452ffd4bd6",
"assets/assets/female%202.png": "29c52b49d99a5de88d34ab04aafe3f59",
"assets/assets/1337WhitePng%203.png": "98cb34a7d7078db200616833d210cef5",
"assets/assets/weather.png": "d6d23a1273c2092f6aebba3c678f84a4",
"assets/assets/desk%202.png": "83dcbc6d523fb99ff1f56994a3c4a653",
"assets/assets/gek%202.png": "f1bd3fe7ad152a1b1c4dbd0fddf1116f",
Expand Down Expand Up @@ -209,9 +211,11 @@ const RESOURCES = {
"assets/assets/quote%202.png": "1a0aa9a06293ac5689bc32012e0e13e6",
"assets/assets/profile%202.png": "1547d2a5d9e78e424144d4ec7e5d47a4",
"assets/assets/develop%202.png": "471c2c94d5d04112086eba9fd78c6809",
"assets/assets/quote%203.png": "1a0aa9a06293ac5689bc32012e0e13e6",
"assets/assets/gek.png": "f1bd3fe7ad152a1b1c4dbd0fddf1116f",
"assets/assets/profile2%202.jpeg": "fc69595e2626b5d524e760da227cbe91",
"assets/assets/chairs%202.png": "e33bcda2612c8cde6c18c7502735a04b",
"manifest%203.json": "76858bfccb016815b5d8257df072ea5f",
"canvaskit/canvaskit%202.js": "c2b4e5f3d7a3d82aed024e7249a78487",
"canvaskit/canvaskit%202.wasm": "4b83d89d9fecbea8ca46f2f760c5a9ba",
"canvaskit/canvaskit.js": "97937cb4c2c2073c968525a3e08c86a3",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('flutter-first-frame', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=1904070694');
navigator.serviceWorker.register('flutter_service_worker.js?v=228122079');
});
}
</script>
Expand Down
Loading

0 comments on commit 774e8f3

Please sign in to comment.