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

Commit bf1b77e

Browse files
committed
Updated pubspec.yaml files to remove author and add flutter version constraints
1 parent 2dcaac0 commit bf1b77e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

firebase_auth_oauth/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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.
33
version: 0.2.4
4-
author: Amr Yousef <[email protected]>
54
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth
65

76
environment:
87
sdk: ">=2.2.2 <3.0.0"
8+
flutter: ">=1.10.0 <2.0.0"
99

1010
dependencies:
1111
flutter:

firebase_auth_oauth_platform_interface/pubspec.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: firebase_auth_oauth_platform_interface
22
description: Platform interface plugin for firebase_auth_oauth. This includes
33
API definition which will be implemented for android, ios and web.
44
version: 0.2.2
5-
author: Amr Yousef <[email protected]>
65
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth_platform_interface
76

87
environment:

firebase_auth_oauth_web/pubspec.yaml

+1-1
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.
33
version: 0.2.2
4-
author: Amr Yousef <[email protected]>
54
homepage: https://github.com/amrfarid140/firebase_auth_oauth/tree/master/firebase_auth_oauth_web
65

76
environment:
87
sdk: ">=2.2.2 <3.0.0"
8+
flutter: ">=1.10.0 <2.0.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)