Skip to content

Commit 2275420

Browse files
committed
* Stacktrace in onLoginFailed is now non-nullable
* Updated a dependency to the latest release * Updated example app
1 parent c2633e2 commit 2275420

File tree

5 files changed

+73
-30
lines changed

5 files changed

+73
-30
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.7] - 24/10/2022
2+
3+
* Stacktrace in onLoginFailed is now non-nullable
4+
* Updated a dependency to the latest release
5+
* Updated example app
6+
17
## [1.0.6] - 16/07/2022
28

39
* **BREAKING:** Added stack trace to onLoginFailed and onError callbacks

example/pubspec.lock

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
_flutterfire_internals:
5+
dependency: transitive
6+
description:
7+
name: _flutterfire_internals
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "1.0.5"
411
async:
512
dependency: transitive
613
description:
@@ -36,6 +43,20 @@ packages:
3643
url: "https://pub.dartlang.org"
3744
source: hosted
3845
version: "1.1.0"
46+
cloud_firestore_platform_interface:
47+
dependency: transitive
48+
description:
49+
name: cloud_firestore_platform_interface
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "5.8.2"
53+
cloud_firestore_web:
54+
dependency: transitive
55+
description:
56+
name: cloud_firestore_web
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "3.0.2"
3960
collection:
4061
dependency: transitive
4162
description:
@@ -63,49 +84,49 @@ packages:
6384
name: firebase_auth
6485
url: "https://pub.dartlang.org"
6586
source: hosted
66-
version: "3.4.2"
87+
version: "4.0.2"
6788
firebase_auth_platform_interface:
6889
dependency: transitive
6990
description:
7091
name: firebase_auth_platform_interface
7192
url: "https://pub.dartlang.org"
7293
source: hosted
73-
version: "6.3.2"
94+
version: "6.10.4"
7495
firebase_auth_web:
7596
dependency: transitive
7697
description:
7798
name: firebase_auth_web
7899
url: "https://pub.dartlang.org"
79100
source: hosted
80-
version: "4.0.0"
101+
version: "5.0.2"
81102
firebase_core:
82103
dependency: "direct main"
83104
description:
84105
name: firebase_core
85106
url: "https://pub.dartlang.org"
86107
source: hosted
87-
version: "1.19.1"
108+
version: "2.1.0"
88109
firebase_core_platform_interface:
89110
dependency: transitive
90111
description:
91112
name: firebase_core_platform_interface
92113
url: "https://pub.dartlang.org"
93114
source: hosted
94-
version: "4.4.3"
115+
version: "4.5.1"
95116
firebase_core_web:
96117
dependency: transitive
97118
description:
98119
name: firebase_core_web
99120
url: "https://pub.dartlang.org"
100121
source: hosted
101-
version: "1.7.0"
122+
version: "2.0.0"
102123
firebase_phone_auth_handler:
103124
dependency: "direct main"
104125
description:
105126
path: ".."
106127
relative: true
107128
source: path
108-
version: "1.0.6"
129+
version: "1.0.7"
109130
flutter:
110131
dependency: "direct main"
111132
description: flutter
@@ -204,7 +225,7 @@ packages:
204225
name: pinput
205226
url: "https://pub.dartlang.org"
206227
source: hosted
207-
version: "2.2.11"
228+
version: "2.2.16"
208229
plugin_platform_interface:
209230
dependency: transitive
210231
description:
@@ -218,7 +239,7 @@ packages:
218239
name: provider
219240
url: "https://pub.dartlang.org"
220241
source: hosted
221-
version: "6.0.3"
242+
version: "6.0.4"
222243
sky_engine:
223244
dependency: transitive
224245
description: flutter
@@ -230,7 +251,7 @@ packages:
230251
name: smart_auth
231252
url: "https://pub.dartlang.org"
232253
source: hosted
233-
version: "1.0.5"
254+
version: "1.0.6"
234255
source_span:
235256
dependency: transitive
236257
description:

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414

15-
pinput: ^2.2.11
16-
firebase_core: ^1.19.1
15+
pinput: ^2.2.16
16+
firebase_core: ^2.1.0
1717
easy_container: ^1.0.4
1818
intl_phone_field: ^3.1.0
1919
firebase_phone_auth_handler:

pubspec.lock

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
_flutterfire_internals:
5+
dependency: transitive
6+
description:
7+
name: _flutterfire_internals
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "1.0.5"
411
async:
512
dependency: transitive
613
description:
@@ -36,6 +43,20 @@ packages:
3643
url: "https://pub.dartlang.org"
3744
source: hosted
3845
version: "1.1.0"
46+
cloud_firestore_platform_interface:
47+
dependency: transitive
48+
description:
49+
name: cloud_firestore_platform_interface
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "5.8.2"
53+
cloud_firestore_web:
54+
dependency: transitive
55+
description:
56+
name: cloud_firestore_web
57+
url: "https://pub.dartlang.org"
58+
source: hosted
59+
version: "3.0.2"
3960
collection:
4061
dependency: transitive
4162
description:
@@ -56,42 +77,42 @@ packages:
5677
name: firebase_auth
5778
url: "https://pub.dartlang.org"
5879
source: hosted
59-
version: "3.4.2"
80+
version: "4.0.2"
6081
firebase_auth_platform_interface:
6182
dependency: transitive
6283
description:
6384
name: firebase_auth_platform_interface
6485
url: "https://pub.dartlang.org"
6586
source: hosted
66-
version: "6.3.2"
87+
version: "6.10.4"
6788
firebase_auth_web:
6889
dependency: transitive
6990
description:
7091
name: firebase_auth_web
7192
url: "https://pub.dartlang.org"
7293
source: hosted
73-
version: "4.0.0"
94+
version: "5.0.2"
7495
firebase_core:
7596
dependency: transitive
7697
description:
7798
name: firebase_core
7899
url: "https://pub.dartlang.org"
79100
source: hosted
80-
version: "1.11.0"
101+
version: "2.1.0"
81102
firebase_core_platform_interface:
82103
dependency: transitive
83104
description:
84105
name: firebase_core_platform_interface
85106
url: "https://pub.dartlang.org"
86107
source: hosted
87-
version: "4.4.3"
108+
version: "4.5.1"
88109
firebase_core_web:
89110
dependency: transitive
90111
description:
91112
name: firebase_core_web
92113
url: "https://pub.dartlang.org"
93114
source: hosted
94-
version: "1.7.0"
115+
version: "2.0.0"
95116
flutter:
96117
dependency: "direct main"
97118
description: flutter
@@ -105,7 +126,7 @@ packages:
105126
source: hosted
106127
version: "2.0.1"
107128
flutter_test:
108-
dependency: "direct dev"
129+
dependency: transitive
109130
description: flutter
110131
source: sdk
111132
version: "0.0.0"
@@ -190,7 +211,7 @@ packages:
190211
name: provider
191212
url: "https://pub.dartlang.org"
192213
source: hosted
193-
version: "6.0.3"
214+
version: "6.0.4"
194215
sky_engine:
195216
dependency: transitive
196217
description: flutter
@@ -254,4 +275,4 @@ packages:
254275
version: "2.1.2"
255276
sdks:
256277
dart: ">=2.17.0-206.0.dev <3.0.0"
257-
flutter: ">=1.17.0"
278+
flutter: ">=1.20.0"

pubspec.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: firebase_phone_auth_handler
22
description: An easy-to-use firebase phone authentication package to easily send and verify OTP's with auto-fetch OTP support via SMS. Supports web out of the box.
3-
version: 1.0.6
3+
version: 1.0.7
44
homepage: https://github.com/rithik-dev/firebase_phone_auth_handler
55

66
environment:
@@ -11,17 +11,12 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
firebase_auth: ^3.4.2
15-
provider: ^6.0.3
14+
provider: ^6.0.4
15+
firebase_auth: ^4.0.2
1616

1717
dev_dependencies:
18-
flutter_test:
19-
sdk: flutter
20-
2118
flutter_lints: ^2.0.1
2219

2320
false_secrets:
2421
- /example/android/app/google-services.json
25-
- /example/lib/firebase_options.dart
26-
27-
flutter:
22+
- /example/lib/firebase_options.dart

0 commit comments

Comments
 (0)