flutter_login_fix 4.2.0
flutter_login_fix: ^4.2.0 copied to clipboard
A login widget with login/signup functionalities to help speed up development
We analyzed this package 18 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: flutter_login_fix
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: flutter_login_fix
.
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
134 out of 258 API elements (51.9 %) have documentation comments.
Some symbols that are missing documentation: flutter_login
, flutter_login.Auth
, flutter_login.Auth.Auth.new
, flutter_login.Auth.additionalSignupData
, flutter_login.Auth.beforeAdditionalFieldsCallback
.
10/10 points: Package has an example
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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/flutter_login.dart:682:30
╷
682 │ primaryOrWhite.withOpacity(.07),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_login.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/flutter_login.dart:683:27
╷
683 │ Colors.grey.withOpacity(.04),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_login.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
another_flushbar |
^1.12.30 |
1.12.32 | 1.12.32 | |
another_transformer_page_view |
^2.0.0 |
2.0.1 | 2.0.1 | |
font_awesome_flutter |
^10.0.0 |
10.10.0 | 10.10.0 | |
intl_phone_number_input |
^0.7.2 |
0.7.5 | 0.7.5 | |
phone_numbers_parser |
^8.0.0 |
8.3.0 | 9.0.15 | |
provider |
^6.0.1 |
6.1.5+1 | 6.1.5+1 | |
quiver |
^3.0.1 |
3.2.2 | 3.2.2 | |
sign_in_button |
^3.0.0 |
3.2.0 | 4.0.1 | |
url_launcher |
^6.1.3 |
6.3.2 | 6.3.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dlibphonenumber |
- | 1.1.48 | 1.1.48 | |
equatable |
- | 2.0.7 | 2.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
protobuf |
- | 4.2.0 | 5.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.7 | 0.7.7 | |
url_launcher_android |
- | 6.3.22 | 6.3.22 | |
url_launcher_ios |
- | 6.3.4 | 6.3.4 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.3 | 3.2.3 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^8.0.0` on phone_numbers_parser does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions phone_numbers_parser
to update the constraint.
The constraint `^3.0.0` on sign_in_button does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions sign_in_button
to update the constraint.
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.