Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Update plugin version and flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
amrfarid140 committed Mar 22, 2022
1 parent ac9417f commit 82c435d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
sdk: flutter
firebase_auth: ^3.0.1
firebase_core: ^1.4.0
firebase_auth_oauth: ^1.0.3
firebase_auth_oauth: ^1.2.0
```

- Then in your project just call
Expand Down
5 changes: 5 additions & 0 deletions firebase_auth_oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.0

* **[Breaking Change]** Update minimum flutter version to `1.20.0`
* Use latest `_web` plugin version

## 1.1.0+1

* Updated Android Example
Expand Down
2 changes: 1 addition & 1 deletion firebase_auth_oauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
sdk: flutter
firebase_auth: ^3.0.1
firebase_core: ^1.4.0
firebase_auth_oauth: ^1.0.3
firebase_auth_oauth: ^1.2.0
```

- Then in your project just call
Expand Down
6 changes: 3 additions & 3 deletions firebase_auth_oauth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: firebase_auth_oauth
description: A Flutter plugin that makes it easy to perform OAuth sign in flows using FirebaseAuth. It also includes support for Sign in by Apple for Firebase.
version: 1.1.0+1
version: 1.2.0
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"
flutter: ">=1.20.0"

dependencies:
flutter:
sdk: flutter
firebase_auth: ^3.0.1
firebase_core: ^1.4.0
firebase_auth_oauth_platform_interface: ^1.0.2
firebase_auth_oauth_web: ^1.0.2
firebase_auth_oauth_web: ^1.1.0

dev_dependencies:
flutter_test:
Expand Down
7 changes: 7 additions & 0 deletions firebase_auth_oauth_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## 1.1.0

* **[Breaking Change]** Update minimum flutter version to `1.20.0`
* Remove unused android and iOS sample code

## 1.0.2

* Added `signInOAuth` and `linkWithOAuth`
* Updated `firebase_auth` to Version ^3.0.1
* Updated `firebase_core` to Version ^1.4.0

## 1.0.1

* Updated `firebase_auth` to Version ^2.0.0
* Updated `firebase_core` to Version ^1.3.0
* Updated `firebase` to Version ^9.0.1
Expand Down
4 changes: 2 additions & 2 deletions firebase_auth_oauth_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: firebase_auth_oauth_web
description: Web implementation for `firebase_auth_oauth`. Don't use directly. Instead import `firebase_auth_oauth` plugin.
version: 1.0.2
version: 1.1.0
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth_web

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"
flutter: ">=1.20.0"

dependencies:
flutter:
Expand Down

0 comments on commit 82c435d

Please sign in to comment.