cids_cgi 3.1.12 cids_cgi: ^3.1.12 copied to clipboard
CGI Design System for Flutter
We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL is insecure.
Update the homepage
field and use a secure (https
) URL.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
5 out of 111 API elements (4.5 %) 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: cids_cgi
, cids_cgi.AuthPage
, cids_cgi.AuthPage.AuthPage
, cids_cgi.AuthPage.dropDb
, cids_cgi.AuthPage.frase
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:cids_cgi/cids_cgi.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:cids_cgi/cids_cgi.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:cids_cgi/cids_cgi.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:cids_cgi/cids_cgi.dart
that declares support for platforms:Android
,iOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:cids_cgi/cids_cgi.dart
that imports:package:cids_cgi/src/module/auth/page/auth_page.dart
that imports:package:cids_cgi/src/module/auth/page/login_page.dart
that imports:package:local_auth/local_auth.dart
that imports:package:local_auth/src/local_auth.dart
that imports:package:local_auth_windows/local_auth_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:cids_cgi/cids_cgi.dart
that imports:package:cids_cgi/src/module/auth/page/auth_page.dart
that imports:package:cids_cgi/src/module/auth/page/login_page.dart
that imports:package:local_auth/local_auth.dart
that imports:package:local_auth/src/local_auth.dart
that imports:package:local_auth_windows/local_auth_windows.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:cids_cgi/cids_cgi.dart
that imports:package:cids_cgi/src/module/auth/page/auth_page.dart
that imports:package:cids_cgi/src/module/auth/page/login_page.dart
that imports:package:local_auth/local_auth.dart
that imports:package:local_auth/src/local_auth.dart
that imports:package:local_auth_darwin/local_auth_darwin.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/cids_cgi/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 30 issues. Showing the first 2:
WARNING: Missing case clause for 'hidden'.
lib/src/core/domain/device/handler/biometrics_handler.dart:125:5
╷
125 │ switch (state) {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/domain/device/handler/biometrics_handler.dart
INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.
lib/src/core/domain/device/handler/date_handler.dart:17:9
╷
17 │ if (data.trim().length != 0) {
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/domain/device/handler/date_handler.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cloud_firestore |
^4.4.4 |
4.17.5 | 5.6.0 |
device_info_plus |
^8.1.0 |
8.2.2 | 11.2.0 |
dio |
^5.3.2 |
5.7.0 | 5.7.0 |
firebase_auth |
^4.2.10 |
4.16.0 | 5.3.4 |
firebase_core |
^2.13.0 |
2.32.0 | 3.9.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_widget_from_html_core |
^0.10.3 |
0.10.6 | 0.15.2 |
font_awesome_flutter |
^10.4.0 |
10.8.0 | 10.8.0 |
intl |
^0.18.0 |
0.18.1 | 0.20.1 |
local_auth |
^2.1.6 |
2.3.0 | 2.3.0 |
local_auth_android |
^1.0.21 |
1.0.46 | 1.0.46 |
local_auth_ios |
^1.1.1 |
1.1.7 | 1.1.7 |
mask_text_input_formatter |
^2.4.0 |
2.9.0 | 2.9.0 |
package_info_plus |
^3.0.3 |
3.1.2 | 8.1.2 |
scan |
^1.6.0 |
1.6.0 | 1.6.0 |
shared_preferences |
^2.0.18 |
2.3.4 | 2.3.4 |
url_launcher |
^6.1.10 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 7 issues. Showing the first 2:
The constraint `^4.4.4` 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 `^8.1.0` on device_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.