flutter_login_ck 1.1.0
flutter_login_ck: ^1.1.0 copied to clipboard
A login widget with login/signup functionalities to help speed up development
We analyzed this package 2 days ago, and awarded it 95 pub points (of a possible 130):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
README.md is empty.
The README.md
file should inform others about your project, what it does, and how they can use it. See: the example generated by stagehand
.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 121 out of 270 API elements (44.8 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
10/30 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
WARNING: The '!' will have no effect because the receiver can't be null.
lib/src/widgets/animated_text.dart:57:28
╷
57 │ WidgetsBinding.instance!.addPostFrameCallback((_) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/animated_text.dart
INFO: A value for optional parameter 'footer' isn't ever given.
lib/flutter_login.dart:132:10
╷
132 │ this.footer,
│ ^^^^^^
╵
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 |
---|---|---|---|
another_flushbar | ^1.10.28 | 1.10.29 | 1.10.29 |
another_transformer_page_view | ^1.1.0 | 1.1.0 | 2.0.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_signin_button | ^2.0.0 | 2.0.0 | 2.0.0 |
font_awesome_flutter | ^9.1.0 | 9.2.0 | 10.1.0 |
provider | ^6.0.1 | 6.0.3 | 6.0.3 |
quiver | ^3.0.1 | 3.1.0 | 3.1.0 |
url_launcher | ^6.0.12 | 6.1.4 | 6.1.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.0 | 1.2.1 |
collection | - | 1.16.0 | 1.16.0 |
flutter_web_plugins | - | 0.0.0 | 0.0.0 |
js | - | 0.6.4 | 0.6.4 |
matcher | - | 0.12.12 | 0.12.12 |
material_color_utilities | - | 0.1.4 | 0.1.5 |
meta | - | 1.7.0 | 1.8.0 |
nested | - | 1.0.0 | 1.0.0 |
path | - | 1.8.2 | 1.8.2 |
plugin_platform_interface | - | 2.1.2 | 2.1.2 |
sky_engine | - | 0.0.99 | 0.0.99 |
stack_trace | - | 1.10.0 | 1.10.0 |
url_launcher_android | - | 6.0.17 | 6.0.17 |
url_launcher_ios | - | 6.0.17 | 6.0.17 |
url_launcher_linux | - | 3.0.1 | 3.0.1 |
url_launcher_macos | - | 3.0.1 | 3.0.1 |
url_launcher_platform_interface | - | 2.1.0 | 2.1.0 |
url_launcher_web | - | 2.0.12 | 2.0.12 |
url_launcher_windows | - | 3.0.1 | 3.0.1 |
vector_math | - | 2.1.2 | 2.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.1.0` on another_transformer_page_view does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions another_transformer_page_view
to update the constraint.
The constraint `^9.1.0` on font_awesome_flutter does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions font_awesome_flutter
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.