mad2_groups 1.0.3
mad2_groups: ^1.0.3 copied to clipboard
Groups page for FBLA coding and programming 2022-23 JagHub
We analyzed this package 39 hours ago, and awarded it 45 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.3").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
13 out of 110 API elements (11.8 %) 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: auth_methods, auth_methods.AuthMethods, auth_methods.AuthMethods.AuthMethods.new, auth_methods.AuthMethods.auth, auth_methods.AuthMethods.getCurrentUser.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:mad2_groups/Backend/auth_methods.dartthat imports:package:google_sign_in/google_sign_in.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:mad2_groups/Backend/auth_methods.dartthat imports:package:mad2_groups/Backend/database_methods.dartthat imports:package:cloud_firestore/cloud_firestore.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
ERROR: The class 'GoogleSignIn' doesn't have an unnamed constructor.
lib/Backend/auth_methods.dart:18:39
╷
18 │ final GoogleSignIn googleSignIn = GoogleSignIn();
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Backend/auth_methods.dart
ERROR: The method 'signIn' isn't defined for the type 'GoogleSignIn'.
lib/Backend/auth_methods.dart:21:28
╷
21 │ await googleSignIn.signIn();
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Backend/auth_methods.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_firestore |
any |
6.1.2 | 6.1.2 | |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
drop_shadow_image |
^0.9.1 |
0.9.1 | 0.9.1 | |
firebase_auth |
any |
6.1.4 | 6.1.4 | |
firebase_core |
any |
4.4.0 | 4.4.0 | |
google_sign_in |
any |
7.2.0 | 7.2.0 | |
provider |
^6.0.3 |
6.1.5+1 | 6.1.5+1 | |
random_string |
any |
2.3.1 | 2.3.1 | |
shared_preferences |
any |
2.5.4 | 2.5.4 |
Transitive dependencies
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/Frontend/view_all_members_group.dart:54:55- The argument type 'Map<String, dynamic>?' can't be assigned to the parameter type 'Map<String, dynamic>'.
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.9, Flutter 3.38.9, Dart 3.10.8.
Check the analysis log for details.