-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (33 loc) · 1.06 KB
/
pubspec.yaml
File metadata and controls
38 lines (33 loc) · 1.06 KB
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
36
37
38
name: flutter_animated_login
description: "A Flutter package to create a beautiful animated login screen with phone/email otp, password, and social login options. It also includes a phone number with country code picker."
version: 0.0.15
homepage: https://github.com/rvndsngwn/flutter_animated_login
repository: https://github.com/rvndsngwn/flutter_animated_login
issue_tracker: https://github.com/rvndsngwn/flutter_animated_login/issues
documentation: https://github.com/rvndsngwn/flutter_animated_login/blob/master/README.md
screenshots:
- description: "Login Screen with Phone/Email"
path: image-1.png
- description: "OTP Verification Screen"
path: image-2.png
topics:
- flutter-login
- flutter-animated-login
- flutter-login-screen
- flutter-login-ui
- animated-login
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
flutter_intl_phone_field: ^0.0.7
pinput: ^5.0.1
signals: ^6.0.2
dev_dependencies:
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true