Skip to content

Commit e9be9e7

Browse files
committed
Merge branch 'master' into documentation
2 parents 1a86ee6 + 7b94dd6 commit e9be9e7

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

LICENSE

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
TODO: Add your license here.
1+
Copyright 2022 Aaron DeLory
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8+
9+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10+
11+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

pubspec.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: _flutterfire_internals
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "1.0.7"
10+
version: "1.0.9"
1111
async:
1212
dependency: transitive
1313
description:
@@ -42,14 +42,14 @@ packages:
4242
name: cloud_firestore_platform_interface
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "5.8.4"
45+
version: "5.9.0"
4646
cloud_firestore_web:
4747
dependency: transitive
4848
description:
4949
name: cloud_firestore_web
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "3.0.4"
52+
version: "3.1.0"
5353
collection:
5454
dependency: transitive
5555
description:
@@ -70,7 +70,7 @@ packages:
7070
name: desktop_webview_auth
7171
url: "https://pub.dartlang.org"
7272
source: hosted
73-
version: "0.0.9"
73+
version: "0.0.11"
7474
email_validator:
7575
dependency: transitive
7676
description:
@@ -91,23 +91,23 @@ packages:
9191
name: firebase_auth
9292
url: "https://pub.dartlang.org"
9393
source: hosted
94-
version: "4.1.1"
94+
version: "4.1.4"
9595
firebase_auth_platform_interface:
9696
dependency: transitive
9797
description:
9898
name: firebase_auth_platform_interface
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "6.11.1"
101+
version: "6.11.3"
102102
firebase_auth_web:
103103
dependency: transitive
104104
description:
105105
name: firebase_auth_web
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "5.1.1"
108+
version: "5.1.3"
109109
firebase_core:
110-
dependency: "direct dev"
110+
dependency: transitive
111111
description:
112112
name: firebase_core
113113
url: "https://pub.dartlang.org"
@@ -133,21 +133,21 @@ packages:
133133
name: firebase_dynamic_links
134134
url: "https://pub.dartlang.org"
135135
source: hosted
136-
version: "5.0.4"
136+
version: "5.0.6"
137137
firebase_dynamic_links_platform_interface:
138138
dependency: transitive
139139
description:
140140
name: firebase_dynamic_links_platform_interface
141141
url: "https://pub.dartlang.org"
142142
source: hosted
143-
version: "0.2.3+20"
143+
version: "0.2.3+22"
144144
firebase_ui_auth:
145145
dependency: transitive
146146
description:
147147
name: firebase_ui_auth
148148
url: "https://pub.dartlang.org"
149149
source: hosted
150-
version: "1.0.4"
150+
version: "1.1.0"
151151
firebase_ui_localizations:
152152
dependency: transitive
153153
description:
@@ -161,7 +161,7 @@ packages:
161161
name: firebase_ui_oauth
162162
url: "https://pub.dartlang.org"
163163
source: hosted
164-
version: "1.0.4"
164+
version: "1.1.0"
165165
flutter:
166166
dependency: "direct main"
167167
description: flutter

0 commit comments

Comments
 (0)