Skip to content

Commit 017ddc5

Browse files
committed
Bump version and add changelog
1 parent c290087 commit 017ddc5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

flutter_web_auth_2/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.0.2
2+
3+
- 🐛 Fix possible NPE on Android (Thanks to [@henry11996](https://github.com/henry11996) in [#196](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/196))
4+
- 🌹 Dummy implementation for `cleanUpDanglingCalls` on web to prevent unneeded crashes
5+
16
## 5.0.1
27

38
- 🐛 Fix crash on Android and implement proper feedback if no browser is installed (Thanks to [@Mino5531](https://github.com/Mino5531) in [#190](https://github.com/ThexXTURBOXx/flutter_web_auth_2/pull/190))

flutter_web_auth_2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_web_auth_2
22
description: Flutter plugin for authenticating a user with a web service.
3-
version: 5.0.1
3+
version: 5.0.2
44
resolution: workspace
55
homepage: https://github.com/ThexXTURBOXx/flutter_web_auth_2
66
repository: https://github.com/ThexXTURBOXx/flutter_web_auth_2

0 commit comments

Comments
 (0)