Skip to content

Commit 9ab762c

Browse files
committed
Added filters
1 parent 2b57961 commit 9ab762c

File tree

5 files changed

+56984
-40826
lines changed

5 files changed

+56984
-40826
lines changed

assets/NOTICES

+49
Original file line numberDiff line numberDiff line change
@@ -5053,6 +5053,31 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
50535053
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
50545054
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50555055
--------------------------------------------------------------------------------
5056+
dio
5057+
5058+
MIT License
5059+
5060+
Copyright (c) 2018 Wen Du (wendux)
5061+
Copyright (c) 2022 The CFUG Team
5062+
5063+
Permission is hereby granted, free of charge, to any person obtaining a copy
5064+
of this software and associated documentation files (the "Software"), to deal
5065+
in the Software without restriction, including without limitation the rights
5066+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5067+
copies of the Software, and to permit persons to whom the Software is
5068+
furnished to do so, subject to the following conditions:
5069+
5070+
The above copyright notice and this permission notice shall be included in all
5071+
copies or substantial portions of the Software.
5072+
5073+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5074+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5075+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5076+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5077+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5078+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5079+
SOFTWARE.
5080+
--------------------------------------------------------------------------------
50565081
double-conversion
50575082
icu
50585083

@@ -5146,6 +5171,30 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
51465171
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51475172
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51485173
--------------------------------------------------------------------------------
5174+
dropdown_search
5175+
5176+
MIT License
5177+
5178+
Copyright (c) 2020 Salim Lachdhaf
5179+
5180+
Permission is hereby granted, free of charge, to any person obtaining a copy
5181+
of this software and associated documentation files (the "Software"), to deal
5182+
in the Software without restriction, including without limitation the rights
5183+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5184+
copies of the Software, and to permit persons to whom the Software is
5185+
furnished to do so, subject to the following conditions:
5186+
5187+
The above copyright notice and this permission notice shall be included in all
5188+
copies or substantial portions of the Software.
5189+
5190+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5191+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5192+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5193+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5194+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5195+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5196+
SOFTWARE.
5197+
--------------------------------------------------------------------------------
51495198
engine
51505199

51515200
License for the Ahem font embedded below is from:
420 Bytes
Binary file not shown.

flutter_service_worker.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const CACHE_NAME = 'flutter-app-cache';
66
const RESOURCES = {"assets/AssetManifest.bin": "834ee5a3426d496384446866d54541d3",
77
"assets/AssetManifest.json": "0f8218397ee927abd49b0a3ce389f792",
88
"assets/FontManifest.json": "0ffe48844f40a158befd90900e132e92",
9-
"assets/fonts/MaterialIcons-Regular.otf": "62ec8220af1fb03e1c20cfa38781e17e",
9+
"assets/fonts/MaterialIcons-Regular.otf": "bf75977effc3fbcb2975bd36ceb0673c",
1010
"assets/fonts/Montserrat-Regular.ttf": "5e077c15f6e1d334dd4e9be62b28ac75",
11-
"assets/NOTICES": "e7c036126037457423fd604277dea764",
11+
"assets/NOTICES": "c95f042215b99ffa221ae04b05caa7b0",
1212
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "57d849d738900cfd590e9adc7e208250",
1313
"assets/shaders/ink_sparkle.frag": "f8b80e740d33eb157090be4e995febdf",
1414
"canvaskit/canvaskit.js": "76f7d822f42397160c5dfc69cbc9b2de",
@@ -24,9 +24,9 @@ const RESOURCES = {"assets/AssetManifest.bin": "834ee5a3426d496384446866d54541d3
2424
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
2525
"icons/Icon-maskable-192.png": "c457ef57daa1d16f64b27b786ec2ea3c",
2626
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
27-
"index.html": "eead23308544589ebff989b33ff8376d",
28-
"/": "eead23308544589ebff989b33ff8376d",
29-
"main.dart.js": "c8139ed7381bf87c29462e47f586d7da",
27+
"index.html": "32df5e416b90cbb9a0ea1ad751ca17f2",
28+
"/": "32df5e416b90cbb9a0ea1ad751ca17f2",
29+
"main.dart.js": "d09c9ef0059aaa2ef4823a1d01925440",
3030
"manifest.json": "b04213ecc90387f38bb89439dd385a64",
3131
"version.json": "c6bff845eeb8227fd5adf1b48f557230"};
3232
// The application shell files that are downloaded before a service worker can

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<script>
3636
// The value below is injected by flutter build, do not touch.
37-
var serviceWorkerVersion = "784685685";
37+
var serviceWorkerVersion = "874789922";
3838
</script>
3939
<!-- This script adds the flutter initialization JS code -->
4040
<script src="flutter.js" defer></script>

0 commit comments

Comments
 (0)