-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpubspec.yaml
35 lines (31 loc) · 887 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: flutter_auth_ui
description: Unofficial firebaseui package for flutter. This library aims to provide support for Android, iOS and the web. Login with Email, Phone, Google account and etc.
version: 4.0.1
homepage: https://github.com/koji-1009/flutter_auth_ui
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.13.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
firebase_auth: ^5.0.0
flutter_plugin_android_lifecycle: ^2.0.0
plugin_platform_interface: ^2.0.0
web: ^1.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: com.dr1009.app.flutter_auth_ui
pluginClass: FlutterAuthUiPlugin
ios:
pluginClass: FlutterAuthUiPlugin
web:
pluginClass: FlutterAuthUiWeb
fileName: src/flutter_auth_ui_web.dart