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

Commit 82c435d

Browse files
committed
Update plugin version and flutter version
1 parent ac9417f commit 82c435d

File tree

6 files changed

+19
-7
lines changed

6 files changed

+19
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
sdk: flutter
1818
firebase_auth: ^3.0.1
1919
firebase_core: ^1.4.0
20-
firebase_auth_oauth: ^1.0.3
20+
firebase_auth_oauth: ^1.2.0
2121
```
2222

2323
- Then in your project just call

firebase_auth_oauth/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.0
2+
3+
* **[Breaking Change]** Update minimum flutter version to `1.20.0`
4+
* Use latest `_web` plugin version
5+
16
## 1.1.0+1
27

38
* Updated Android Example

firebase_auth_oauth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
sdk: flutter
1717
firebase_auth: ^3.0.1
1818
firebase_core: ^1.4.0
19-
firebase_auth_oauth: ^1.0.3
19+
firebase_auth_oauth: ^1.2.0
2020
```
2121

2222
- Then in your project just call

firebase_auth_oauth/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: firebase_auth_oauth
22
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.
3-
version: 1.1.0+1
3+
version: 1.2.0
44
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ">=1.10.0"
8+
flutter: ">=1.20.0"
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
1313
firebase_auth: ^3.0.1
1414
firebase_core: ^1.4.0
1515
firebase_auth_oauth_platform_interface: ^1.0.2
16-
firebase_auth_oauth_web: ^1.0.2
16+
firebase_auth_oauth_web: ^1.1.0
1717

1818
dev_dependencies:
1919
flutter_test:

firebase_auth_oauth_web/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
## 1.1.0
2+
3+
* **[Breaking Change]** Update minimum flutter version to `1.20.0`
4+
* Remove unused android and iOS sample code
5+
16
## 1.0.2
7+
28
* Added `signInOAuth` and `linkWithOAuth`
39
* Updated `firebase_auth` to Version ^3.0.1
410
* Updated `firebase_core` to Version ^1.4.0
511

612
## 1.0.1
13+
714
* Updated `firebase_auth` to Version ^2.0.0
815
* Updated `firebase_core` to Version ^1.3.0
916
* Updated `firebase` to Version ^9.0.1

firebase_auth_oauth_web/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: firebase_auth_oauth_web
22
description: Web implementation for `firebase_auth_oauth`. Don't use directly. Instead import `firebase_auth_oauth` plugin.
3-
version: 1.0.2
3+
version: 1.1.0
44
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth_web
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ">=1.10.0"
8+
flutter: ">=1.20.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)