@@ -2170,6 +2170,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2170
2170
async
2171
2171
collection
2172
2172
mime
2173
+ typed_data
2173
2174
2174
2175
Copyright 2015, the Dart project authors.
2175
2176
@@ -5161,13 +5162,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5161
5162
5162
5163
--------------------------------------------------------------------------------
5163
5164
charcode
5164
- fixnum
5165
- http_parser
5166
- pool
5167
- shelf_web_socket
5168
5165
stack_trace
5169
5166
string_scanner
5170
- yaml
5171
5167
5172
5168
Copyright 2014, the Dart project authors. All rights reserved.
5173
5169
Redistribution and use in source and binary forms, with or without
@@ -6079,10 +6075,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6079
6075
dart_style
6080
6076
glob
6081
6077
http
6078
+ http_parser
6082
6079
matcher
6083
6080
path
6081
+ pool
6084
6082
pub_semver
6085
- shelf
6086
6083
source_span
6087
6084
watcher
6088
6085
@@ -7206,6 +7203,40 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7206
7203
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7207
7204
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7208
7205
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7206
+ --------------------------------------------------------------------------------
7207
+ fixnum
7208
+ http_multi_server
7209
+ shelf
7210
+ shelf_web_socket
7211
+
7212
+ Copyright 2014, the Dart project authors.
7213
+
7214
+ Redistribution and use in source and binary forms, with or without
7215
+ modification, are permitted provided that the following conditions are
7216
+ met:
7217
+
7218
+ * Redistributions of source code must retain the above copyright
7219
+ notice, this list of conditions and the following disclaimer.
7220
+ * Redistributions in binary form must reproduce the above
7221
+ copyright notice, this list of conditions and the following
7222
+ disclaimer in the documentation and/or other materials provided
7223
+ with the distribution.
7224
+ * Neither the name of Google LLC nor the names of its
7225
+ contributors may be used to endorse or promote products derived
7226
+ from this software without specific prior written permission.
7227
+
7228
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7229
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7230
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7231
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7232
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7233
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7234
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7235
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7236
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7237
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7238
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7239
+
7209
7240
--------------------------------------------------------------------------------
7210
7241
flutter
7211
7242
@@ -7235,34 +7266,9 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7235
7266
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
7236
7267
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7237
7268
7238
- --------------------------------------------------------------------------------
7239
- flutter_hooks
7240
-
7241
- MIT License
7242
-
7243
- Copyright (c) 2018 Remi Rousselet
7244
-
7245
- Permission is hereby granted, free of charge, to any person obtaining a copy
7246
- of this software and associated documentation files (the "Software"), to deal
7247
- in the Software without restriction, including without limitation the rights
7248
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7249
- copies of the Software, and to permit persons to whom the Software is
7250
- furnished to do so, subject to the following conditions:
7251
-
7252
- The above copyright notice and this permission notice shall be included in all
7253
- copies or substantial portions of the Software.
7254
-
7255
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
7256
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
7257
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7258
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7259
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7260
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7261
- SOFTWARE.
7262
7269
--------------------------------------------------------------------------------
7263
7270
flutter_riverpod
7264
7271
freezed_annotation
7265
- hooks_riverpod
7266
7272
riverpod
7267
7273
state_notifier
7268
7274
@@ -11118,37 +11124,6 @@ BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
11118
11124
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
11119
11125
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
11120
11126
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
11121
- --------------------------------------------------------------------------------
11122
- http_multi_server
11123
-
11124
- Copyright 2014, the Dart project authors.
11125
-
11126
- Redistribution and use in source and binary forms, with or without
11127
- modification, are permitted provided that the following conditions are
11128
- met:
11129
-
11130
- * Redistributions of source code must retain the above copyright
11131
- notice, this list of conditions and the following disclaimer.
11132
- * Redistributions in binary form must reproduce the above
11133
- copyright notice, this list of conditions and the following
11134
- disclaimer in the documentation and/or other materials provided
11135
- with the distribution.
11136
- * Neither the name of Google LLC nor the names of its
11137
- contributors may be used to endorse or promote products derived
11138
- from this software without specific prior written permission.
11139
-
11140
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
11141
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
11142
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
11143
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
11144
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
11145
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
11146
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
11147
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
11148
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
11149
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
11150
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11151
-
11152
11127
--------------------------------------------------------------------------------
11153
11128
icu
11154
11129
@@ -14224,7 +14199,7 @@ xml
14224
14199
14225
14200
The MIT License
14226
14201
14227
- Copyright (c) 2006-2021 Lukas Renggli.
14202
+ Copyright (c) 2006-2022 Lukas Renggli.
14228
14203
All rights reserved.
14229
14204
14230
14205
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -15210,16 +15185,16 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
15210
15185
--------------------------------------------------------------------------------
15211
15186
rxdart
15212
15187
15213
- Licensed under the Apache License, Version 2.0 (the "License"); you
15214
- may not use this file except in compliance with the License. You may
15215
- obtain a copy of the License at
15216
-
15217
- http://www.apache.org/licenses/LICENSE-2.0
15218
-
15219
- Unless required by applicable law or agreed to in writing, software
15220
- distributed under the License is distributed on an "AS IS" BASIS,
15221
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15222
- implied. See the License for the specific language governing permissions
15188
+ Licensed under the Apache License, Version 2.0 (the "License"); you
15189
+ may not use this file except in compliance with the License. You may
15190
+ obtain a copy of the License at
15191
+
15192
+ http://www.apache.org/licenses/LICENSE-2.0
15193
+
15194
+ Unless required by applicable law or agreed to in writing, software
15195
+ distributed under the License is distributed on an "AS IS" BASIS,
15196
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
15197
+ implied. See the License for the specific language governing permissions
15223
15198
and limitations under the License.
15224
15199
--------------------------------------------------------------------------------
15225
15200
simple_logger
@@ -17513,7 +17488,6 @@ May you find forgiveness for yourself and forgive others
17513
17488
May you share freely, never taking more than you give.
17514
17489
--------------------------------------------------------------------------------
17515
17490
stream_channel
17516
- typed_data
17517
17491
17518
17492
Copyright 2015, the Dart project authors. All rights reserved.
17519
17493
Redistribution and use in source and binary forms, with or without
@@ -17779,6 +17753,30 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
17779
17753
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
17780
17754
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
17781
17755
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17756
+ --------------------------------------------------------------------------------
17757
+ yaml
17758
+
17759
+ Copyright (c) 2014, the Dart project authors.
17760
+ Copyright (c) 2006, Kirill Simonov.
17761
+
17762
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
17763
+ this software and associated documentation files (the "Software"), to deal in
17764
+ the Software without restriction, including without limitation the rights to
17765
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
17766
+ of the Software, and to permit persons to whom the Software is furnished to do
17767
+ so, subject to the following conditions:
17768
+
17769
+ The above copyright notice and this permission notice shall be included in all
17770
+ copies or substantial portions of the Software.
17771
+
17772
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17773
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17774
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17775
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17776
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17777
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17778
+ SOFTWARE.
17779
+
17782
17780
--------------------------------------------------------------------------------
17783
17781
zlib
17784
17782
0 commit comments