unified_access 1.0.0
unified_access: ^1.0.0 copied to clipboard
Designed to simplify the integration of multiple authentication methods and notification services within your app.
We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 160):
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: Use an OSI-approved license
Detected license: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
1296 out of 1446 API elements (89.6 %) have documentation comments.
Some symbols that are missing documentation: unified_access.AccessToken
, unified_access.AccessToken.AccessToken.new
, unified_access.AccessToken.toJson
, unified_access.AccessToken.tokenString
, unified_access.AccessToken.type
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:unified_access/unified_access.dart
that imports:package:unified_access/src/unified_notification/unified_notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Windows`.
Because:
package:unified_access/unified_access.dart
that imports:package:unified_access/src/unified_notification/unified_notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that declares support for platforms:Android
,iOS
,Linux
,macOS
.
Package does not support platform `Linux`.
Because:
package:unified_access/unified_access.dart
that imports:package:unified_access/src/unified_notification/unified_notification.dart
that imports:package:firebase_messaging/firebase_messaging.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:unified_access/unified_access.dart
that imports:package:unified_access/src/unified_notification/unified_notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Web`.
Because:
package:unified_access/unified_access.dart
that imports:package:unified_access/src/unified_notification/unified_notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that declares support for platforms:Android
,iOS
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `iOS`.
Because:
package:unified_access/unified_access.dart
that imports:package:unified_access/src/unified_notification/unified_notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:unified_access/unified_access.dart
that imports:package:unified_access/src/unified_notification/unified_notification.dart
that imports:package:device_info_plus/device_info_plus.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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: This default clause is covered by the previous cases.
lib/src/unified_authentication/unified_authentication.dart:228:7
╷
228 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/unified_authentication/unified_authentication.dart
/tmp/pana_BOIYUB/lib/unified_access.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
device_info_plus |
^10.1.2 |
10.1.2 | 12.1.0 | |
firebase_app_check |
^0.3.1+1 |
0.3.2+10 | 0.4.1 | |
firebase_auth |
^5.2.1 |
5.7.0 | 6.1.0 | |
firebase_core |
^3.4.1 |
3.15.2 | 4.1.1 | |
firebase_crashlytics |
^4.1.1 |
4.3.10 | 5.0.2 | |
firebase_messaging |
^15.1.1 |
15.2.10 | 16.0.2 | |
flutter_facebook_auth |
^7.1.1 |
7.1.2 | 7.1.2 | |
flutter_local_notifications |
^17.2.2 |
17.2.4 | 19.4.2 | |
freezed_annotation |
^2.4.4 |
2.4.4 | 3.1.0 | |
google_sign_in |
^6.2.1 |
6.3.0 | 7.2.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
the_apple_sign_in |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 9 issues. Showing the first 2:
The constraint `^10.1.2` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^0.3.1+1` on firebase_app_check does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions firebase_app_check
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.