flutter_animated_login 0.0.12 flutter_animated_login: ^0.0.12 copied to clipboard
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.
We analyzed this package 12 hours ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
315 out of 517 API elements (60.9 %) have documentation comments.
Some symbols that are missing documentation: flutter_animated_login
, flutter_animated_login.DialogType
, flutter_animated_login.EmailPhoneTextFiledConfig
, flutter_animated_login.EmailPhoneTextFiledConfig.EmailPhoneTextFiledConfig
, flutter_animated_login.EmailPhoneTextFiledConfig.copyWith
.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: 'toSignal' is deprecated and shouldn't be used. use [asSignal] instead to prevent unintended casts.
lib/src/utils/extension.dart:122:31
╷
122 │ final isPhoneNotifier = false.toSignal();
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/extension.dart
INFO: 'toSignal' is deprecated and shouldn't be used. use [asSignal] instead to prevent unintended casts.
lib/src/utils/extension.dart:125:35
╷
125 │ final isFormValidNotifier = false.toSignal();
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/extension.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_intl_phone_field |
^0.0.4 |
0.0.4 | 0.0.4 |
material_loading_buttons |
^1.2.1 |
1.2.1 | 1.2.1 |
pinput |
^5.0.0 |
5.0.0 | 5.0.0 |
signals |
^5.3.0 |
5.5.0 | 5.5.0 |
toastification |
^2.1.0 |
2.3.0 | 2.3.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.1 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.18.0 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
equatable |
- | 2.0.5 | 2.0.5 |
fixnum |
- | 1.1.1 | 1.1.1 |
iconsax_flutter |
- | 1.0.0 | 1.0.0 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
pausable_timer |
- | 3.1.0+3 | 3.1.0+3 |
signals_core |
- | 5.5.0 | 5.5.0 |
signals_flutter |
- | 5.5.1 | 5.5.1 |
sky_engine |
- | 0.0.99 | 0.0.99 |
sprintf |
- | 7.0.0 | 7.0.0 |
typed_data |
- | 1.4.0 | 1.4.0 |
universal_platform |
- | 1.1.0 | 1.1.0 |
uuid |
- | 4.5.1 | 4.5.1 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Flutter 3.24.5
, Dart 3.5.4
.
Check the analysis log for details.