unified_access 1.0.1
unified_access: ^1.0.1 copied to clipboard
Designed to simplify the integration of multiple authentication methods and notification services within your app.
We analyzed this package 2 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 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:unified_access/unified_access.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:unified_access/unified_access.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:unified_access/unified_access.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:unified_access/unified_access.dartthat 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:unified_access/unified_access.dartthat imports:package:unified_access/src/unified_notification/unified_notification.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:unified_access/unified_access.dartthat imports:package:unified_access/src/unified_notification/unified_notification.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dartthat declares support for platforms:Linux.
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:223:7
╷
223 │ default:
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/unified_authentication/unified_authentication.dart
/tmp/pana_VLQIMH/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.3.0 | |
firebase_app_check |
^0.3.1+1 |
0.3.2+10 | 0.4.1+2 | |
firebase_auth |
^5.2.1 |
5.7.0 | 6.1.2 | |
firebase_core |
^3.4.1 |
3.15.2 | 4.2.1 | |
firebase_crashlytics |
^4.1.1 |
4.3.10 | 5.0.5 | |
firebase_messaging |
^15.1.1 |
15.2.10 | 16.0.4 | |
flutter_facebook_auth |
^7.1.1 |
7.1.2 | 7.1.2 | |
flutter_local_notifications |
^17.2.2 |
17.2.4 | 19.5.0 | |
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.23.3, Flutter 3.38.2, Dart 3.10.0.
Check the analysis log for details.