Skip to content

Commit e8121a9

Browse files
authored
Merge pull request #78 from mono0926/v1.6.4
V1.6.4
2 parents 19d0501 + a9db6ba commit e8121a9

22 files changed

+21942
-21833
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.4
2+
3+
- Use accentColor for macOS by using dynamic_color
4+
- Update min SDK version to 2.17.0
5+
16
## 1.6.3
27

38
- Use macos_ui v1

docs/assets/NOTICES

+28
Original file line numberDiff line numberDiff line change
@@ -6175,6 +6175,34 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
61756175
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
61766176
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61776177
--------------------------------------------------------------------------------
6178+
dynamic_color
6179+
6180+
Copyright 2021 Material Team. All rights reserved.
6181+
6182+
Redistribution and use in source and binary forms, with or without modification,
6183+
are permitted provided that the following conditions are met:
6184+
6185+
* Redistributions of source code must retain the above copyright
6186+
notice, this list of conditions and the following disclaimer.
6187+
* Redistributions in binary form must reproduce the above
6188+
copyright notice, this list of conditions and the following
6189+
disclaimer in the documentation and/or other materials provided
6190+
with the distribution.
6191+
* Neither the name of Google Inc. nor the names of its
6192+
contributors may be used to endorse or promote products derived
6193+
from this software without specific prior written permission.
6194+
6195+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
6196+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
6197+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
6198+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
6199+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
6200+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
6201+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
6202+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
6203+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
6204+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6205+
--------------------------------------------------------------------------------
61786206
expat
61796207

61806208
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd

docs/flutter_service_worker.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
44
const CACHE_NAME = 'flutter-app-cache';
55
const RESOURCES = {
66
"version.json": "ff966ab969ba381b900e61629bfb9789",
7-
"index.html": "0882d327ffe9d197b9617c7f5b348742",
8-
"/": "0882d327ffe9d197b9617c7f5b348742",
9-
"main.dart.js": "2e56aaaa053bb535ac3a1bad3a1a171a",
7+
"index.html": "ecc8a5db2c741217312a5f470d8ccad9",
8+
"/": "ecc8a5db2c741217312a5f470d8ccad9",
9+
"main.dart.js": "51771cf1bdb18566fdb1aa6dc3b13b38",
1010
"flutter.js": "0816e65a103ba8ba51b174eeeeb2cb67",
1111
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
1212
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
@@ -15,7 +15,7 @@ const RESOURCES = {
1515
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
1616
"manifest.json": "0867c3e13649ac4d06fe34b7b3ddce08",
1717
"assets/AssetManifest.json": "a74cc0d763eb95d212056670ae0dda98",
18-
"assets/NOTICES": "131819b4d00b49c9620dbeb035061976",
18+
"assets/NOTICES": "cd4bfdb2b69800dbc67ffea62baa95ff",
1919
"assets/FontManifest.json": "7b2a36307916a9721811788013e65289",
2020
"assets/fonts/MaterialIcons-Regular.otf": "95db9098c58fd6db106f1116bae85a0b",
2121
"assets/assets/images/love.png": "3091c01fc119a68bd7f1d20f9e1e92d8",

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
application. For more information, see:
8686
https://developers.google.com/web/fundamentals/primers/service-workers -->
8787
<script>
88-
var serviceWorkerVersion = '3975545914';
88+
var serviceWorkerVersion = '1230963986';
8989
var scriptLoaded = false;
9090
function loadMainDartJs() {
9191
if (scriptLoaded) {

0 commit comments

Comments
 (0)