Skip to content

Commit

Permalink
deploy: creation page
Browse files Browse the repository at this point in the history
implement cached data in creation section
  • Loading branch information
Khip01 committed Apr 25, 2024
1 parent ebad953 commit 152bb4d
Show file tree
Hide file tree
Showing 3 changed files with 37,940 additions and 37,697 deletions.
41 changes: 41 additions & 0 deletions assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -4543,14 +4543,26 @@ cross_file
flutter_lints
flutter_plugin_android_lifecycle
go_router
path_provider_linux
path_provider_platform_interface
path_provider_windows
platform
plugin_platform_interface
shared_preferences
shared_preferences_android
shared_preferences_foundation
shared_preferences_linux
shared_preferences_platform_interface
shared_preferences_web
shared_preferences_windows
url_launcher
url_launcher_android
url_launcher_ios
url_launcher_linux
url_launcher_macos
url_launcher_platform_interface
url_launcher_windows
xdg_directories

Copyright 2013 The Flutter Authors. All rights reserved.

Expand Down Expand Up @@ -6695,6 +6707,35 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------------------
file

Copyright 2017, the Dart project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
file_picker

MIT License
Expand Down
4 changes: 2 additions & 2 deletions flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const RESOURCES = {"android-chrome-48x48.png": "357316c5c8d625bf5f95e39a3ba8cf65
"assets/assets/lato_fonts/Lato-ThinItalic.ttf": "2b26bc77c3f9432c9d4ca4911520294d",
"assets/FontManifest.json": "f09794c75d8212f5a0148a5f7173f27d",
"assets/fonts/MaterialIcons-Regular.otf": "6a0c2ab6f0571045f18921afc51a3e2a",
"assets/NOTICES": "c39f61d33585071538f170a0907bc36b",
"assets/NOTICES": "24b99750abe9eb54cf9794cfb3511e86",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "89ed8f4e49bcdfc0b5bfc9b24591e347",
"assets/shaders/ink_sparkle.frag": "ecc85a2e95f5e9f53123dcaf8cb9b6ce",
"browserconfig.xml": "68c9044fa4a08749efb85bb2a4edaede",
Expand All @@ -66,7 +66,7 @@ const RESOURCES = {"android-chrome-48x48.png": "357316c5c8d625bf5f95e39a3ba8cf65
"icons/Icon-maskable-512.png": "edae6bf6e65bd6a49e27eedb7a528a0f",
"index.html": "86e883fa9dcd3b4f7ec57857b871674d",
"/": "86e883fa9dcd3b4f7ec57857b871674d",
"main.dart.js": "48ba6d895bce3f577c05131665017f8f",
"main.dart.js": "cf7f675f3cf8d9179f8f2eb966136d8e",
"manifest.json": "f81aa1e7ed71c5eaff64a3910dd13be8",
"mstile-150x150.png": "06f809268e5597b85054fab810990e67",
"safari-pinned-tab.svg": "a7a53652df1cdd579a36bacf868ebf3e",
Expand Down
Loading

0 comments on commit 152bb4d

Please sign in to comment.