optareid_flutter 0.1.4
optareid_flutter: ^0.1.4 copied to clipboard
Official Optare ID SDK for Flutter - Authentication, licensing, and user management
We analyzed this package 15 days ago, and awarded it 150 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
86 out of 109 API elements (78.9 %) have documentation comments.
Some symbols that are missing documentation: optareid_flutter.LicenseStatus.fromString, optareid_flutter.LicenseStatus.value, optareid_flutter.MemoryTokenStorage.MemoryTokenStorage.new, optareid_flutter.OptareAuth.OptareAuth.new, optareid_flutter.OptareAuthException.OptareAuthException.new.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: 'encryptedSharedPreferences' is deprecated and shouldn't be used. EncryptedSharedPreferences is deprecated and will be removed in v11. The Jetpack Security library is deprecated by Google. Your data will be automatically migrated to custom ciphers on first access. Remove this parameter - it will be ignored.
lib/src/token_storage.dart:26:36
╷
26 │ aOptions: AndroidOptions(encryptedSharedPreferences: true),
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/token_storage.dart
/tmp/pana_AWBDXR/lib/src/models/organization.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
^6.0.0 |
6.4.1 | 7.0.0 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
flutter_secure_storage |
^10.0.0 |
10.0.0 | 10.0.0 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.2.0 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.0.0` on app_links does not support the stable version `7.0.0`, that was published 23 days ago.
When app_links is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions app_links 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.4, Dart 3.10.3.
Check the analysis log for details.