We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747c2e6 commit e80e5faCopy full SHA for e80e5fa
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.2.2
2
+- Adds functional style example to README.md
3
+
4
## 0.2.1
5
- Uses `signInWithPopup` on web [#2](https://github.com/IO-Design-Team/firebase_ui_oauth_oidc/pull/2)
6
pubspec.yaml
@@ -1,10 +1,10 @@
name: firebase_ui_oauth_oidc
description: Firebase UI widget for authentication through OAuth2/OIDC providers
-version: 0.2.1
+version: 0.2.2
homepage: https://github.com/IO-Design-Team/firebase_ui_oauth_oidc
environment:
7
- sdk: ">=2.18.0 <3.0.0"
+ sdk: ">=2.18.0 <4.0.0"
8
flutter: ">=1.17.0"
9
10
dependencies:
0 commit comments