Skip to content

Commit 11f7477

Browse files
committed
feat: added changelog
1 parent 4089a41 commit 11f7477

2 files changed

Lines changed: 18 additions & 24 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.8] - 20/01/2023
2+
3+
* Added sendOtpOnInitialize parameter to the handler
4+
* Fixed OTP resend issue if the OTP expiration timer is still active
5+
* Fixed #15
6+
* Added shouldAwaitCodeSend to the sendOTP fn to give more control over the function
7+
* Updated dependencies
8+
19
## [1.0.7] - 24/10/2022
210

311
* Stacktrace in onLoginFailed is now non-nullable

example/pubspec.lock

Lines changed: 10 additions & 24 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.5"
10+
version: "1.0.12"
1111
async:
1212
dependency: transitive
1313
description:
@@ -43,20 +43,6 @@ packages:
4343
url: "https://pub.dartlang.org"
4444
source: hosted
4545
version: "1.1.1"
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"
6046
collection:
6147
dependency: transitive
6248
description:
@@ -84,49 +70,49 @@ packages:
8470
name: firebase_auth
8571
url: "https://pub.dartlang.org"
8672
source: hosted
87-
version: "4.0.2"
73+
version: "4.2.5"
8874
firebase_auth_platform_interface:
8975
dependency: transitive
9076
description:
9177
name: firebase_auth_platform_interface
9278
url: "https://pub.dartlang.org"
9379
source: hosted
94-
version: "6.10.4"
80+
version: "6.11.7"
9581
firebase_auth_web:
9682
dependency: transitive
9783
description:
9884
name: firebase_auth_web
9985
url: "https://pub.dartlang.org"
10086
source: hosted
101-
version: "5.0.2"
87+
version: "5.2.4"
10288
firebase_core:
10389
dependency: "direct main"
10490
description:
10591
name: firebase_core
10692
url: "https://pub.dartlang.org"
10793
source: hosted
108-
version: "2.1.0"
94+
version: "2.4.1"
10995
firebase_core_platform_interface:
11096
dependency: transitive
11197
description:
11298
name: firebase_core_platform_interface
11399
url: "https://pub.dartlang.org"
114100
source: hosted
115-
version: "4.5.1"
101+
version: "4.5.2"
116102
firebase_core_web:
117103
dependency: transitive
118104
description:
119105
name: firebase_core_web
120106
url: "https://pub.dartlang.org"
121107
source: hosted
122-
version: "2.0.0"
108+
version: "2.1.0"
123109
firebase_phone_auth_handler:
124110
dependency: "direct main"
125111
description:
126112
path: ".."
127113
relative: true
128114
source: path
129-
version: "1.0.7"
115+
version: "1.0.8"
130116
flutter:
131117
dependency: "direct main"
132118
description: flutter
@@ -232,14 +218,14 @@ packages:
232218
name: plugin_platform_interface
233219
url: "https://pub.dartlang.org"
234220
source: hosted
235-
version: "2.1.2"
221+
version: "2.1.3"
236222
provider:
237223
dependency: transitive
238224
description:
239225
name: provider
240226
url: "https://pub.dartlang.org"
241227
source: hosted
242-
version: "6.0.4"
228+
version: "6.0.5"
243229
sky_engine:
244230
dependency: transitive
245231
description: flutter

0 commit comments

Comments
 (0)