trretretret commited on
Commit
ebaf747
·
1 Parent(s): 27da860

🎨 Updated Flutter web build with new UI

Browse files
assets/packages/cupertino_icons/assets/CupertinoIcons.ttf DELETED
Binary file (1.47 kB)
 
assets/packages/fluttertoast/assets/toastify.css DELETED
@@ -1,14 +0,0 @@
1
- /**
2
- * Minified by jsDelivr using clean-css v4.2.3.
3
- * Original file: /npm/toastify-js@1.9.3/src/toastify.css
4
- *
5
- * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
6
- */
7
- /*!
8
- * Toastify js 1.9.3
9
- * https://github.com/apvarun/toastify-js
10
- * @license MIT licensed
11
- *
12
- * Copyright (C) 2018 Varun A P
13
- */
14
- .toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-left,.toastify-right{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/packages/fluttertoast/assets/toastify.js DELETED
@@ -1,14 +0,0 @@
1
- /**
2
- * Minified by jsDelivr using Terser v5.3.0.
3
- * Original file: /npm/toastify-js@1.9.3/src/toastify.js
4
- *
5
- * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
6
- */
7
- /*!
8
- * Toastify js 1.9.3
9
- * https://github.com/apvarun/toastify-js
10
- * @license MIT licensed
11
- *
12
- * Copyright (C) 2018 Varun A P
13
- */
14
- !function(t,o){"object"==typeof module && module && module.exports?module.exports=o():t.Toastify=o()}(this,(function(t){var o=function(t){return new o.lib.init(t)};function i(t,o){return o.offset[t]?isNaN(o.offset[t])?o.offset[t]:o.offset[t]+"px":"0px"}function s(t,o){return!(!t||"string"!=typeof o)&&!!(t.className&&t.className.trim().split(/\s+/gi).indexOf(o)>-1)}return o.lib=o.prototype={toastify:"1.9.3",constructor:o,init:function(t){return t||(t={}),this.options={},this.toastElement=null,this.options.text=t.text||"Hi there!",this.options.node=t.node,this.options.duration=0===t.duration?0:t.duration||3e3,this.options.selector=t.selector,this.options.callback=t.callback||function(){},this.options.destination=t.destination,this.options.newWindow=t.newWindow||!1,this.options.close=t.close||!1,this.options.gravity="bottom"===t.gravity?"toastify-bottom":"toastify-top",this.options.positionLeft=t.positionLeft||!1,this.options.position=t.position||"",this.options.backgroundColor=t.backgroundColor,this.options.avatar=t.avatar||"",this.options.className=t.className||"",this.options.stopOnFocus=void 0===t.stopOnFocus||t.stopOnFocus,this.options.onClick=t.onClick,this.options.offset=t.offset||{x:0,y:0},this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var t=document.createElement("div");if(t.className="toastify on "+this.options.className,this.options.position?t.className+=" toastify-"+this.options.position:!0===this.options.positionLeft?(t.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):t.className+=" toastify-right",t.className+=" "+this.options.gravity,this.options.backgroundColor&&(t.style.background=this.options.backgroundColor),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)t.appendChild(this.options.node);else if(t.innerHTML=this.options.text,""!==this.options.avatar){var o=document.createElement("img");o.src=this.options.avatar,o.className="toastify-avatar","left"==this.options.position||!0===this.options.positionLeft?t.appendChild(o):t.insertAdjacentElement("afterbegin",o)}if(!0===this.options.close){var s=document.createElement("span");s.innerHTML="&#10006;",s.className="toast-close",s.addEventListener("click",function(t){t.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}.bind(this));var n=window.innerWidth>0?window.innerWidth:screen.width;("left"==this.options.position||!0===this.options.positionLeft)&&n>360?t.insertAdjacentElement("afterbegin",s):t.appendChild(s)}if(this.options.stopOnFocus&&this.options.duration>0){var e=this;t.addEventListener("mouseover",(function(o){window.clearTimeout(t.timeOutValue)})),t.addEventListener("mouseleave",(function(){t.timeOutValue=window.setTimeout((function(){e.removeElement(t)}),e.options.duration)}))}if(void 0!==this.options.destination&&t.addEventListener("click",function(t){t.stopPropagation(),!0===this.options.newWindow?window.open(this.options.destination,"_blank"):window.location=this.options.destination}.bind(this)),"function"==typeof this.options.onClick&&void 0===this.options.destination&&t.addEventListener("click",function(t){t.stopPropagation(),this.options.onClick()}.bind(this)),"object"==typeof this.options.offset){var a=i("x",this.options),p=i("y",this.options),r="left"==this.options.position?a:"-"+a,l="toastify-top"==this.options.gravity?p:"-"+p;t.style.transform="translate("+r+","+l+")"}return t},showToast:function(){var t;if(this.toastElement=this.buildToast(),!(t=void 0===this.options.selector?document.body:document.getElementById(this.options.selector)))throw"Root element is not defined";return t.insertBefore(this.toastElement,t.firstChild),o.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(t){t.className=t.className.replace(" on",""),window.setTimeout(function(){this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),t.parentNode&&t.parentNode.removeChild(t),this.options.callback.call(t),o.reposition()}.bind(this),400)}},o.reposition=function(){for(var t,o={top:15,bottom:15},i={top:15,bottom:15},n={top:15,bottom:15},e=document.getElementsByClassName("toastify"),a=0;a<e.length;a++){t=!0===s(e[a],"toastify-top")?"toastify-top":"toastify-bottom";var p=e[a].offsetHeight;t=t.substr(9,t.length-1);(window.innerWidth>0?window.innerWidth:screen.width)<=360?(e[a].style[t]=n[t]+"px",n[t]+=p+15):!0===s(e[a],"toastify-left")?(e[a].style[t]=o[t]+"px",o[t]+=p+15):(e[a].style[t]=i[t]+"px",i[t]+=p+15)}return this},o.lib.init.prototype=o.lib,o}));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
flutter_bootstrap.js CHANGED
@@ -39,6 +39,6 @@ _flutter.buildConfig = {"engineRevision":"dd93de6fb1776398bf586cbd477deade1391c7
39
 
40
  _flutter.loader.load({
41
  serviceWorkerSettings: {
42
- serviceWorkerVersion: "3595413538"
43
  }
44
  });
 
39
 
40
  _flutter.loader.load({
41
  serviceWorkerSettings: {
42
+ serviceWorkerVersion: "2885992254"
43
  }
44
  });
flutter_service_worker.js CHANGED
@@ -7,9 +7,6 @@ const RESOURCES = {"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8
7
  "assets/AssetManifest.json": "99914b932bd37a50b983c5e7c90ae93b",
8
  "assets/AssetManifest.bin.json": "a1fee2517bf598633e2f67fcf3e26c94",
9
  "assets/NOTICES": "895f15cd35e0a80eb753cc18252ce478",
10
- "assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "33b7d9392238c04c131b6ce224e13711",
11
- "assets/packages/fluttertoast/assets/toastify.js": "56e2c9cedd97f10e7e5f1cebd85d53e3",
12
- "assets/packages/fluttertoast/assets/toastify.css": "a85675050054f179444bc5ad70ffc635",
13
  "assets/fonts/MaterialIcons-Regular.otf": "0edef33c1e687628719b49d6b8a4c4a0",
14
  "assets/AssetManifest.bin": "0b0a3415aad49b6e9bf965ff578614f9",
15
  "assets/FontManifest.json": "7b2a36307916a9721811788013e65289",
@@ -20,7 +17,7 @@ const RESOURCES = {"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8
20
  "icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
21
  "icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
22
  "manifest.json": "5c5c863764dadce171ba12ec5928000e",
23
- "flutter_bootstrap.js": "842230edd36db21ff208ece302dc9fa6",
24
  "version.json": "d04b6c60b898924adbfbf7b9685639fb",
25
  "index.html": "5ff9e295fc0d751cce860398b401cbed",
26
  "/": "5ff9e295fc0d751cce860398b401cbed",
 
7
  "assets/AssetManifest.json": "99914b932bd37a50b983c5e7c90ae93b",
8
  "assets/AssetManifest.bin.json": "a1fee2517bf598633e2f67fcf3e26c94",
9
  "assets/NOTICES": "895f15cd35e0a80eb753cc18252ce478",
 
 
 
10
  "assets/fonts/MaterialIcons-Regular.otf": "0edef33c1e687628719b49d6b8a4c4a0",
11
  "assets/AssetManifest.bin": "0b0a3415aad49b6e9bf965ff578614f9",
12
  "assets/FontManifest.json": "7b2a36307916a9721811788013e65289",
 
17
  "icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
18
  "icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
19
  "manifest.json": "5c5c863764dadce171ba12ec5928000e",
20
+ "flutter_bootstrap.js": "2012bdcb9eabbf00fc8a5f95c342af42",
21
  "version.json": "d04b6c60b898924adbfbf7b9685639fb",
22
  "index.html": "5ff9e295fc0d751cce860398b401cbed",
23
  "/": "5ff9e295fc0d751cce860398b401cbed",