Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit c0b3cfe

Browse files
committed
Update website.
1 parent 12526ad commit c0b3cfe

21 files changed

+40553
-36622
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
⚡️A highly customizable, powerful and easy-to-use alerting library for
44
Flutter.
55

6+
Website: [https://sososdk.github.io/flash](https://sososdk.github.io/flash)
7+
68
### Specs
79
[![pub](https://img.shields.io/pub/v/flash.svg?style=flat)](https://pub.dev/packages/flash)
810

docs/.last_build_id

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dbcae24e675df82ebb4c53108eec175c

docs/assets/AssetManifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf":["packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf"],"packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf":["packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf"],"packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf":["packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf"]}

docs/assets/FontManifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.ttf"}]}]
1+
[{"family":"MaterialIcons","fonts":[{"asset":"fonts/MaterialIcons-Regular.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeBrands","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeRegular","fonts":[{"weight":400,"asset":"packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf"}]},{"family":"packages/font_awesome_flutter/FontAwesomeSolid","fonts":[{"weight":900,"asset":"packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf"}]}]

docs/assets/LICENSE

Lines changed: 174 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3864,6 +3864,8 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38643864
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38653865
--------------------------------------------------------------------------------
38663866
charcode
3867+
http
3868+
http_parser
38673869
matcher
38683870
path
38693871
source_span
@@ -4631,6 +4633,31 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
46314633
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
46324634
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
46334635
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4636+
--------------------------------------------------------------------------------
4637+
device_preview
4638+
4639+
MIT License
4640+
4641+
Copyright (c) 2019 Aloïs Deniel
4642+
4643+
Permission is hereby granted, free of charge, to any person obtaining a copy
4644+
of this software and associated documentation files (the "Software"), to deal
4645+
in the Software without restriction, including without limitation the rights
4646+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4647+
copies of the Software, and to permit persons to whom the Software is
4648+
furnished to do so, subject to the following conditions:
4649+
4650+
The above copyright notice and this permission notice shall be included in all
4651+
copies or substantial portions of the Software.
4652+
4653+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4654+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4655+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4656+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4657+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4658+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4659+
SOFTWARE.
4660+
46344661
--------------------------------------------------------------------------------
46354662
double-conversion
46364663
icu
@@ -5647,6 +5674,30 @@ Legal Terms
56475674

56485675
--- end of FTL.TXT ---
56495676
--------------------------------------------------------------------------------
5677+
freezed_annotation
5678+
5679+
MIT License
5680+
5681+
Copyright (c) 2020 Remi Rousselet
5682+
5683+
Permission is hereby granted, free of charge, to any person obtaining a copy
5684+
of this software and associated documentation files (the "Software"), to deal
5685+
in the Software without restriction, including without limitation the rights
5686+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5687+
copies of the Software, and to permit persons to whom the Software is
5688+
furnished to do so, subject to the following conditions:
5689+
5690+
The above copyright notice and this permission notice shall be included in all
5691+
copies or substantial portions of the Software.
5692+
5693+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5694+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5695+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5696+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5697+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5698+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
5699+
SOFTWARE.
5700+
--------------------------------------------------------------------------------
56505701
fuchsia_sdk
56515702

56525703
Copyright 2013 The Fuchsia Authors. All rights reserved.
@@ -9185,6 +9236,38 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
91859236
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
91869237
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
91879238
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9239+
--------------------------------------------------------------------------------
9240+
json_annotation
9241+
pedantic
9242+
term_glyph
9243+
9244+
Copyright 2017, the Dart project authors. All rights reserved.
9245+
Redistribution and use in source and binary forms, with or without
9246+
modification, are permitted provided that the following conditions are
9247+
met:
9248+
9249+
* Redistributions of source code must retain the above copyright
9250+
notice, this list of conditions and the following disclaimer.
9251+
* Redistributions in binary form must reproduce the above
9252+
copyright notice, this list of conditions and the following
9253+
disclaimer in the documentation and/or other materials provided
9254+
with the distribution.
9255+
* Neither the name of Google Inc. nor the names of its
9256+
contributors may be used to endorse or promote products derived
9257+
from this software without specific prior written permission.
9258+
9259+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
9260+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
9261+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
9262+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
9263+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
9264+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
9265+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
9266+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
9267+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
9268+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
9269+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9270+
91889271
--------------------------------------------------------------------------------
91899272
khronos
91909273

@@ -11569,6 +11652,97 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
1156911652

1157011653
This Source Code Form is "Incompatible With Secondary Licenses", as
1157111654
defined by the Mozilla Public License, v. 2.0.
11655+
--------------------------------------------------------------------------------
11656+
shared_preferences
11657+
shared_preferences_platform_interface
11658+
11659+
// Copyright 2017 The Chromium Authors. All rights reserved.
11660+
//
11661+
// Redistribution and use in source and binary forms, with or without
11662+
// modification, are permitted provided that the following conditions are
11663+
// met:
11664+
//
11665+
// * Redistributions of source code must retain the above copyright
11666+
// notice, this list of conditions and the following disclaimer.
11667+
// * Redistributions in binary form must reproduce the above
11668+
// copyright notice, this list of conditions and the following disclaimer
11669+
// in the documentation and/or other materials provided with the
11670+
// distribution.
11671+
// * Neither the name of Google Inc. nor the names of its
11672+
// contributors may be used to endorse or promote products derived from
11673+
// this software without specific prior written permission.
11674+
//
11675+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11676+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11677+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11678+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11679+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11680+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11681+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11682+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11683+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11684+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11685+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11686+
--------------------------------------------------------------------------------
11687+
shared_preferences_macos
11688+
11689+
Copyright 2017, the Flutter project authors. All rights reserved.
11690+
Redistribution and use in source and binary forms, with or without
11691+
modification, are permitted provided that the following conditions are
11692+
met:
11693+
11694+
* Redistributions of source code must retain the above copyright
11695+
notice, this list of conditions and the following disclaimer.
11696+
* Redistributions in binary form must reproduce the above
11697+
copyright notice, this list of conditions and the following
11698+
disclaimer in the documentation and/or other materials provided
11699+
with the distribution.
11700+
* Neither the name of Google Inc. nor the names of its
11701+
contributors may be used to endorse or promote products derived
11702+
from this software without specific prior written permission.
11703+
11704+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11705+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11706+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11707+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11708+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11709+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11710+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11711+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11712+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11713+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11714+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11715+
--------------------------------------------------------------------------------
11716+
shared_preferences_web
11717+
11718+
// Copyright 2019 The Chromium Authors. All rights reserved.
11719+
//
11720+
// Redistribution and use in source and binary forms, with or without
11721+
// modification, are permitted provided that the following conditions are
11722+
// met:
11723+
//
11724+
// * Redistributions of source code must retain the above copyright
11725+
// notice, this list of conditions and the following disclaimer.
11726+
// * Redistributions in binary form must reproduce the above
11727+
// copyright notice, this list of conditions and the following disclaimer
11728+
// in the documentation and/or other materials provided with the
11729+
// distribution.
11730+
// * Neither the name of Google Inc. nor the names of its
11731+
// contributors may be used to endorse or promote products derived from
11732+
// this software without specific prior written permission.
11733+
//
11734+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11735+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11736+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11737+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11738+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11739+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11740+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11741+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11742+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11743+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11744+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11745+
1157211746
--------------------------------------------------------------------------------
1157311747
skcms
1157411748

@@ -13228,36 +13402,6 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1322813402
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1322913403
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1323013404
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13231-
--------------------------------------------------------------------------------
13232-
term_glyph
13233-
13234-
Copyright 2017, the Dart project authors. All rights reserved.
13235-
Redistribution and use in source and binary forms, with or without
13236-
modification, are permitted provided that the following conditions are
13237-
met:
13238-
13239-
* Redistributions of source code must retain the above copyright
13240-
notice, this list of conditions and the following disclaimer.
13241-
* Redistributions in binary form must reproduce the above
13242-
copyright notice, this list of conditions and the following
13243-
disclaimer in the documentation and/or other materials provided
13244-
with the distribution.
13245-
* Neither the name of Google Inc. nor the names of its
13246-
contributors may be used to endorse or promote products derived
13247-
from this software without specific prior written permission.
13248-
13249-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
13250-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
13251-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
13252-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
13253-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
13254-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
13255-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
13256-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
13257-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
13258-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
13259-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
13260-
1326113405
--------------------------------------------------------------------------------
1326213406
test_api
1326313407

Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/favicon.png

1010 Bytes
Loading

docs/flutter_service_worker.js

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ const CACHE_NAME = 'flutter-app-cache';
33
const RESOURCES = {
44
"index.html": "11dd07d0f2425974dc8738623c060c21",
55
"/": "11dd07d0f2425974dc8738623c060c21",
6-
"main.dart.js": "53b53ff8ecd1d9008c1dc8884ae7c8ba",
7-
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
8-
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
9-
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
6+
"main.dart.js": "418ddba491624ee85d758ad24888e095",
7+
"favicon.png": "cca3b18e0159c429cb1e24b95fbc1e7c",
8+
"icons/Icon-192.png": "60408552e687700e10027e9d94e4cb0a",
9+
"icons/Icon-512.png": "f218436f277a931f812f4cef8c318c97",
1010
"manifest.json": "9378a1fbc92cdaf0ae3de1f4ba01057c",
11-
"assets/LICENSE": "ccc364a898f719efa50ebb78db558d58",
12-
"assets/AssetManifest.json": "99914b932bd37a50b983c5e7c90ae93b",
13-
"assets/FontManifest.json": "580ff1a5d08679ded8fcf5c6848cece7",
11+
"assets/LICENSE": "9ffdd03a4c13dfec7ab5b903de5b3b20",
12+
"assets/AssetManifest.json": "e26ab0f0a9ebee8025260de29a88a4ca",
13+
"assets/FontManifest.json": "5fa2baa1355ee1ffd882bec6ab6780c7",
14+
"assets/packages/font_awesome_flutter/lib/fonts/fa-solid-900.ttf": "2aa350bd2aeab88b601a593f793734c0",
15+
"assets/packages/font_awesome_flutter/lib/fonts/fa-regular-400.ttf": "2bca5ec802e40d3f4b60343e346cedde",
16+
"assets/packages/font_awesome_flutter/lib/fonts/fa-brands-400.ttf": "5a37ae808cf9f652198acde612b5328d",
1417
"assets/fonts/MaterialIcons-Regular.ttf": "56d3ffdef7a25659eab6a68a3fbfaf16"
1518
};
1619

docs/icons/Icon-192.png

-935 Bytes
Loading

docs/icons/Icon-512.png

1.1 KB
Loading

0 commit comments

Comments
 (0)