mcf_usermanagement_flutter_publish 1.0.2
mcf_usermanagement_flutter_publish: ^1.0.2 copied to clipboard
A Flutter package for user management functionalities.
We analyzed this package 3 days ago, and awarded it 35 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: GPL-3.0.
0/10 points: 20% or more of the public API has dartdoc comments
9 out of 87 API elements (10.3 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: api_constants, api_constants.api_constants, api_constants.api_constants.api_constants.new, api_constants.api_constants.baseUrl, api_constants.api_constants.forgotpassword.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 57 issues. Showing the first 2:
ERROR: The named parameter 'primary' isn't defined.
lib/login.dart:330:25
╷
330 │ primary: Colors
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/login.dart
ERROR: The named parameter 'onPrimary' isn't defined.
lib/login.dart:332:25
╷
332 │ onPrimary: Colors.transparent,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/login.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_firestore |
^4.9.3 |
4.17.5 | 6.1.3 | |
connectivity_plus |
^5.0.1 |
5.0.2 | 7.0.0 | |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
firebase_auth |
^4.10.1 |
4.16.0 | 6.2.0 | |
firebase_core |
^2.17.0 |
2.32.0 | 4.5.0 | |
flutter_facebook_auth |
^5.0.11 |
5.0.11 | 7.1.5 | |
font_awesome_flutter |
^10.6.0 |
10.12.0 | 11.0.0 | |
google_sign_in |
^6.1.5 |
6.3.0 | 7.2.0 | |
http |
^0.13.4 |
0.13.6 | 1.6.0 | |
provider |
^6.0.5 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^4.9.3` on cloud_firestore does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore to update the constraint.
The constraint `^5.0.1` on connectivity_plus does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 6 errors:
UNDEFINED_NAMED_PARAMETER-lib/login.dart:330:25- The named parameter 'primary' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/login.dart:332:25- The named parameter 'onPrimary' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/login.dart:358:25- The named parameter 'primary' isn't defined.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.10, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.