Skip to content

Commit ac0bf3c

Browse files
committed
* updated dependencies
1 parent bef791b commit ac0bf3c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* **BREAKING:** Added stack trace to onLoginFailed and onError callbacks
44
* Added a boolean linkWithExistingUser to link the new credentials with an existing signed-in user, instead of creating a new one.
55
* Added onError callback for general purpose errors by the library
6+
* Updated example app
7+
* Updated dependencies
68

79
## [1.0.5+1] - 11/07/2022
810

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313

14-
firebase_auth: ^3.4.1
14+
firebase_auth: ^3.4.2
1515
provider: ^6.0.3
1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)