flutter_login_md 1.0.14
flutter_login_md: ^1.0.14 copied to clipboard
A login widget with login/signup functionalities to help speed up development
1
likes
90
/ 110
pub points
0
%
popularity
We analyzed this package on Feb 26, 2021, and awarded it 90 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/lib/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 53 out of 106 API elements (50.0 %) have documentation comments.
20/20 points: Supports 3 of 3 possible platforms (iOS, Android, Web)
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 25 issues. Showing the first 2:
INFO: Unused import: 'package:flutter/scheduler.dart'.
lib/flutter_login.dart:5:8
╷
5 │ import 'package:flutter/scheduler.dart' show timeDilation;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/flutter_login.dart
INFO: Unused import: 'src/widgets/gradient_box.dart'.
lib/flutter_login.dart:21:8
╷
21 │ import 'src/widgets/gradient_box.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic 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 |
---|---|---|---|
flushbar | ^1.9.1 | 1.10.4 | 1.10.4 |
flutter | flutter | 0.0.0 | 0.0.0 |
font_awesome_flutter | ^8.5.0 | 8.11.0 | 8.11.0 |
provider | ^4.0.2 | 4.3.3 | 4.3.3 |
quiver | ^2.0.5 | 2.1.5 | 3.0.0 |
transformer_page_view | ^0.1.6 | 0.1.6 | 0.1.6 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.1.0-nullsafety.3 | 1.1.0 |
collection | - | 1.15.0-nullsafety.3 | 1.15.0 |
matcher | - | 0.12.9 | 0.12.10 |
meta | - | 1.3.0-nullsafety.3 | 1.3.0 |
nested | - | 0.0.4 | 1.0.0 |
path | - | 1.7.0 | 1.8.0 |
sky_engine | - | 0.0.99 | 0.0.99 |
stack_trace | - | 1.9.6 | 1.10.0 |
typed_data | - | 1.3.0-nullsafety.3 | 1.3.0 |
vector_math | - | 2.1.0-nullsafety.3 | 2.1.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.5` on quiver does not support the latest published version `3.0.0`
pubspec.yaml:18:11
╷
18 │ quiver: ^2.0.5
│ ^^^^^^
╵
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.14.10
,
Flutter 1.22.6
,
Dart 2.10.5
.