From a79dd078304d83c79ca041dd036d97a4fbf12d30 Mon Sep 17 00:00:00 2001 From: iampawan Date: Mon, 19 Apr 2021 17:56:57 +0530 Subject: [PATCH] Demo Link Added --- .../workflows/firebase-hosting-pull-request.yml | 17 +++++++++++++++++ README.md | 2 ++ example/.firebase/hosting.YnVpbGQvd2Vi.cache | 14 ++++++++++++++ example/.firebaserc | 5 +++++ example/firebase.json | 10 ++++++++++ 5 files changed, 48 insertions(+) create mode 100644 .github/workflows/firebase-hosting-pull-request.yml create mode 100644 example/.firebase/hosting.YnVpbGQvd2Vi.cache create mode 100644 example/.firebaserc create mode 100644 example/firebase.json diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml new file mode 100644 index 0000000..c302995 --- /dev/null +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -0,0 +1,17 @@ +# This file was auto-generated by the Firebase CLI +# https://github.com/firebase/firebase-tools + +name: Deploy to Firebase Hosting on PR +'on': pull_request +jobs: + build_and_preview: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: FirebaseExtended/action-hosting-deploy@v0 + with: + repoToken: '${{ secrets.GITHUB_TOKEN }}' + firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_VX_DEMO }}' + projectId: vx-demo + env: + FIREBASE_CLI_PREVIEWS: hostingchannels diff --git a/README.md b/README.md index 27da8d7..3d0616f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=102)](https://opensource.org/licenses/Apache-2.0) +## [Demo App](https://vx-demo.web.app/) + [**VelocityX**](https://velocityx.dev/) is a 100% free Flutter open-source minimalist UI Framework built with Flutter SDK to make Flutter development easier and more joyful than ever. ## Inspired from Tailwindcss and SwiftUI. diff --git a/example/.firebase/hosting.YnVpbGQvd2Vi.cache b/example/.firebase/hosting.YnVpbGQvd2Vi.cache new file mode 100644 index 0000000..0297270 --- /dev/null +++ b/example/.firebase/hosting.YnVpbGQvd2Vi.cache @@ -0,0 +1,14 @@ +favicon.png,1602433114000,373f07ab29231d82b2cf4ab69e8fe78aa209d270414f1c67e9d7b1f31de22d10 +404.html,1618834910190,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3 +index.html,1618834946121,cf92945ce6a3fa631bf52011120cd886f02495ff045ebc645c07879e54cccb61 +flutter_service_worker.js,1618834946398,1aeacff94a217a8fec2a3fd9007b6d092f92e1d96ca03a40e298461bc1a38032 +manifest.json,1602432739000,45d760140cc6ca5c7e0a784028d3e3677134020394b8275b8572098634a57cdc +version.json,1618834946021,4ae095137215751a43136be6ebf71f38630dd056b375631179312eb8f572a46e +assets/FontManifest.json,1618834946116,2a26cf55926df210ccb9d713372cb114e0a12bf97104f6833e382566e2e7b16e +assets/AssetManifest.json,1618834946115,e1440055d1ed3ae44d5d5b5a5364cd3fae99ffdeb98a13b00a16e7d6c1b27d4d +assets/assets/vxbox.png,1602433114000,9edb8b6ee0f6eea428486681a3f043d01e02d91a77a8671cd1a7dec862d4a5c4 +icons/Icon-192.png,1602432739000,d2e0131bb7851eb9d98f7885edb5ae4b4d6b7a6c7addf8a25b9b712b39274c0f +icons/Icon-512.png,1602432739000,7a31ce91e554f1941158ca46f31c7f3f2b7c8c129229ea74a8fae1affe335033 +assets/NOTICES,1618834946116,ebfffb3c9724f20b1922300fec605cc10131aaeb451c9b349f39ade906036213 +assets/fonts/MaterialIcons-Regular.otf,1601068059000,76224879d6a5b24fbb0919442d3fe9a6433a69862b1b31980b3dfcb2adae5fba +main.dart.js,1618834945570,9adf7ed68d48e7250f4df08310deac0a9935f18eeab6803b16810326f380d961 diff --git a/example/.firebaserc b/example/.firebaserc new file mode 100644 index 0000000..55a7c5d --- /dev/null +++ b/example/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "vx-demo" + } +} diff --git a/example/firebase.json b/example/firebase.json new file mode 100644 index 0000000..0d25a77 --- /dev/null +++ b/example/firebase.json @@ -0,0 +1,10 @@ +{ + "hosting": { + "public": "build/web", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] + } +}