@@ -1804,6 +1804,38 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1804
1804
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1805
1805
SOFTWARE.
1806
1806
1807
+ --------------------------------------------------------------------------------
1808
+ boolean_selector
1809
+ meta
1810
+
1811
+ Copyright 2016, the Dart project authors.
1812
+
1813
+ Redistribution and use in source and binary forms, with or without
1814
+ modification, are permitted provided that the following conditions are
1815
+ met:
1816
+
1817
+ * Redistributions of source code must retain the above copyright
1818
+ notice, this list of conditions and the following disclaimer.
1819
+ * Redistributions in binary form must reproduce the above
1820
+ copyright notice, this list of conditions and the following
1821
+ disclaimer in the documentation and/or other materials provided
1822
+ with the distribution.
1823
+ * Neither the name of Google LLC nor the names of its
1824
+ contributors may be used to endorse or promote products derived
1825
+ from this software without specific prior written permission.
1826
+
1827
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1828
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1829
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1830
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1831
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1832
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1833
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1834
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1835
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1836
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1837
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1838
+
1807
1839
--------------------------------------------------------------------------------
1808
1840
boringssl
1809
1841
@@ -4404,6 +4436,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4404
4436
4405
4437
--------------------------------------------------------------------------------
4406
4438
clock
4439
+ fake_async
4407
4440
4408
4441
4409
4442
Apache License
@@ -14561,6 +14594,7 @@ written authorization of the copyright holder.
14561
14594
http
14562
14595
http_parser
14563
14596
json_rpc_2
14597
+ matcher
14564
14598
path
14565
14599
pool
14566
14600
source_span
@@ -29914,6 +29948,39 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
29914
29948
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29915
29949
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
29916
29950
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
29951
+ --------------------------------------------------------------------------------
29952
+ leak_tracker
29953
+ leak_tracker_flutter_testing
29954
+ leak_tracker_testing
29955
+
29956
+ Copyright 2022, the Dart project authors.
29957
+
29958
+ Redistribution and use in source and binary forms, with or without
29959
+ modification, are permitted provided that the following conditions are
29960
+ met:
29961
+
29962
+ * Redistributions of source code must retain the above copyright
29963
+ notice, this list of conditions and the following disclaimer.
29964
+ * Redistributions in binary form must reproduce the above
29965
+ copyright notice, this list of conditions and the following
29966
+ disclaimer in the documentation and/or other materials provided
29967
+ with the distribution.
29968
+ * Neither the name of Google LLC nor the names of its
29969
+ contributors may be used to endorse or promote products derived
29970
+ from this software without specific prior written permission.
29971
+
29972
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29973
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29974
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29975
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29976
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29977
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29978
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29979
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29980
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29981
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29982
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29983
+
29917
29984
--------------------------------------------------------------------------------
29918
29985
libXNVCtrl
29919
29986
@@ -31886,37 +31953,6 @@ material_color_utilities
31886
31953
See the License for the specific language governing permissions and
31887
31954
limitations under the License.
31888
31955
31889
- --------------------------------------------------------------------------------
31890
- meta
31891
-
31892
- Copyright 2016, the Dart project authors.
31893
-
31894
- Redistribution and use in source and binary forms, with or without
31895
- modification, are permitted provided that the following conditions are
31896
- met:
31897
-
31898
- * Redistributions of source code must retain the above copyright
31899
- notice, this list of conditions and the following disclaimer.
31900
- * Redistributions in binary form must reproduce the above
31901
- copyright notice, this list of conditions and the following
31902
- disclaimer in the documentation and/or other materials provided
31903
- with the distribution.
31904
- * Neither the name of Google LLC nor the names of its
31905
- contributors may be used to endorse or promote products derived
31906
- from this software without specific prior written permission.
31907
-
31908
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
31909
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
31910
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
31911
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
31912
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
31913
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31914
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31915
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31916
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31917
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31918
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31919
-
31920
31956
--------------------------------------------------------------------------------
31921
31957
nested
31922
31958
provider
@@ -34511,6 +34547,37 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34511
34547
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34512
34548
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34513
34549
34550
+ --------------------------------------------------------------------------------
34551
+ test_api
34552
+
34553
+ Copyright 2018, the Dart project authors.
34554
+
34555
+ Redistribution and use in source and binary forms, with or without
34556
+ modification, are permitted provided that the following conditions are
34557
+ met:
34558
+
34559
+ * Redistributions of source code must retain the above copyright
34560
+ notice, this list of conditions and the following disclaimer.
34561
+ * Redistributions in binary form must reproduce the above
34562
+ copyright notice, this list of conditions and the following
34563
+ disclaimer in the documentation and/or other materials provided
34564
+ with the distribution.
34565
+ * Neither the name of Google LLC nor the names of its
34566
+ contributors may be used to endorse or promote products derived
34567
+ from this software without specific prior written permission.
34568
+
34569
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
34570
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
34571
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
34572
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
34573
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
34574
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34575
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
34576
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
34577
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34578
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34579
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34580
+
34514
34581
--------------------------------------------------------------------------------
34515
34582
text_search
34516
34583
0 commit comments