Skip to content

Commit

Permalink
Merge pull request #1 from alikhabazian/provider
Browse files Browse the repository at this point in the history
Provider
  • Loading branch information
alikhabazian authored Jan 5, 2024
2 parents 2eba9c8 + 7bab2fc commit 949d519
Show file tree
Hide file tree
Showing 22 changed files with 47,917 additions and 49,956 deletions.
3 changes: 3 additions & 0 deletions secret_hitler/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ if (flutterVersionCode =='2') {
if (flutterVersionCode =='3') {
flutterVersionCode = '4'
}
if (flutterVersionCode =='4') {
flutterVersionCode = '5'
}


def flutterVersionName = localProperties.getProperty('flutter.versionName')
Expand Down
2 changes: 1 addition & 1 deletion secret_hitler/build/web/.last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
83d3ed7eb871c01224714b80f74ea430
07742b856b17042aabcd10a9a2e22c83
25 changes: 25 additions & 0 deletions secret_hitler/build/web/assets/NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -30174,6 +30174,31 @@ 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.

--------------------------------------------------------------------------------
nested
provider

MIT License

Copyright (c) 2019 Remi Rousselet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
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.
--------------------------------------------------------------------------------
perfetto

Expand Down
10 changes: 5 additions & 5 deletions secret_hitler/build/web/flutter_service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const MANIFEST = 'flutter-app-manifest';
const TEMP = 'flutter-temp-cache';
const CACHE_NAME = 'flutter-app-cache';

const RESOURCES = {"version.json": "ab948d3647a338d2de97f5d48fb1e75e",
"index.html": "d92aac0cb481e1ecb49d52a0e37742a7",
"/": "d92aac0cb481e1ecb49d52a0e37742a7",
"main.dart.js": "a9ec660bd10c277ccefebcf8a2cf70e4",
const RESOURCES = {"version.json": "04567662ec3b67121026cccf0a95f3cb",
"index.html": "f79a7f8c0d70e52cf21dc08b9cc164b5",
"/": "f79a7f8c0d70e52cf21dc08b9cc164b5",
"main.dart.js": "d7aedc0714c93547da88fdc920eb5d10",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon1.png": "5dcef449791fa27946b3d35ad8803796",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
Expand Down Expand Up @@ -46,7 +46,7 @@ const RESOURCES = {"version.json": "ab948d3647a338d2de97f5d48fb1e75e",
"icons/ms-icon-70x70.png": "df0de88fe4766696a5ae43e536dbd3d6",
"manifest.json": "3354723bcfe15cb226caefb4d91a9ec8",
"assets/AssetManifest.json": "afa13bef88b34b59071572ee53c1a378",
"assets/NOTICES": "4e888a0a2edf0eb66044af6f3c579f75",
"assets/NOTICES": "20e689295853230ca6efa139bdd075be",
"assets/FontManifest.json": "dc3d03800ccca4601324923c0b1d6d57",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "57d849d738900cfd590e9adc7e208250",
"assets/shaders/ink_sparkle.frag": "f8b80e740d33eb157090be4e995febdf",
Expand Down
2 changes: 1 addition & 1 deletion secret_hitler/build/web/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.
var serviceWorkerVersion = "2401265858";
var serviceWorkerVersion = "1454847735";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>
Expand Down
Loading

0 comments on commit 949d519

Please sign in to comment.