amplify_auth_repository 0.0.1
amplify_auth_repository: ^0.0.1 copied to clipboard
Dart package which manages the authentication domain with aws amplify.
We analyzed this package 11 hours ago, and awarded it 140 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
28 out of 54 API elements (51.9 %) have documentation comments.
Some symbols that are missing documentation: amplify_auth_repository
, amplify_auth_repository.AuthenticationException
, amplify_auth_repository.AuthenticationException.AuthenticationException.new
, amplify_auth_repository.AuthenticationException.message
, amplify_auth_repository.AuthenticationRepository.configureAmplify
.
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:amplify_auth_repository/amplify_auth_repository.dart
that imports:package:amplify_auth_repository/src/amplify_auth_repository.dart
that imports:package:amplify_storage_s3/amplify_storage_s3.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:amplify_auth_repository/amplify_auth_repository.dart
that imports:package:amplify_auth_repository/src/amplify_auth_repository.dart
that imports:package:amplify_storage_s3/amplify_storage_s3.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:amplify_auth_repository/amplify_auth_repository.dart
that imports:package:amplify_auth_repository/src/amplify_auth_repository.dart
that imports:package:amplify_storage_s3/amplify_storage_s3.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:amplify_auth_repository/amplify_auth_repository.dart
that imports:package:amplify_auth_repository/src/amplify_auth_repository.dart
that imports:package:amplify_storage_s3/amplify_storage_s3.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:amplify_auth_repository/amplify_auth_repository.dart
that imports:package:amplify_auth_repository/src/amplify_auth_repository.dart
that imports:package:amplify_storage_s3/amplify_storage_s3.dart
that imports:package:amplify_storage_plugin_interface/src/types.dart
that imports:package:amplify_storage_plugin_interface/src/DownloadFile/DownloadFileResult.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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
amplify_auth_cognito |
^0.4.0 |
0.4.5 | 2.6.5 | |
amplify_flutter |
^0.4.0 |
0.4.5 | 2.6.5 | |
amplify_storage_s3 |
^0.4.0 |
0.4.5 | 2.6.5 | |
equatable |
^2.0.3 |
2.0.7 | 2.0.7 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
amplify_analytics_plugin_interface |
- | 0.4.5 | 0.5.1 | Discontinued |
amplify_api_plugin_interface |
- | 0.4.5 | 0.5.1 | Discontinued |
amplify_auth_cognito_android |
- | 0.4.5 | 1.1.0 | |
amplify_auth_cognito_ios |
- | 0.4.5 | 1.1.0 | |
amplify_auth_plugin_interface |
- | 0.4.5 | 0.5.1 | Discontinued |
amplify_core |
- | 0.4.5 | 2.6.5 | |
amplify_datastore_plugin_interface |
- | 0.4.5 | 2.6.3 | |
amplify_storage_plugin_interface |
- | 0.4.5 | 0.5.1 | Discontinued |
amplify_storage_s3_android |
- | 0.4.5 | 0.6.14 | Discontinued |
amplify_storage_s3_ios |
- | 0.4.5 | 0.6.14 | Discontinued |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
date_time_format |
- | 2.0.1 | 2.0.1 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 3.0.7 | 4.5.1 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^0.4.0` on amplify_auth_cognito does not support the stable version `0.5.0`.
Try running dart pub upgrade --major-versions amplify_auth_cognito
to update the constraint.
The constraint `^0.4.0` on amplify_flutter does not support the stable version `0.5.0`.
Try running dart pub upgrade --major-versions amplify_flutter
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.