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 2 days 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.dartthat imports:package:amplify_auth_repository/src/amplify_auth_repository.dartthat imports:package:amplify_storage_s3/amplify_storage_s3.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:amplify_auth_repository/amplify_auth_repository.dartthat imports:package:amplify_auth_repository/src/amplify_auth_repository.dartthat imports:package:amplify_storage_s3/amplify_storage_s3.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:amplify_auth_repository/amplify_auth_repository.dartthat imports:package:amplify_auth_repository/src/amplify_auth_repository.dartthat imports:package:amplify_storage_s3/amplify_storage_s3.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:amplify_auth_repository/amplify_auth_repository.dartthat imports:package:amplify_auth_repository/src/amplify_auth_repository.dartthat imports:package:amplify_storage_s3/amplify_storage_s3.dartthat declares support for platforms:Android,iOS.
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.8.1 | |
amplify_flutter |
^0.4.0 |
0.4.5 | 2.8.0 | |
amplify_storage_s3 |
^0.4.0 |
0.4.5 | 2.8.0 | |
equatable |
^2.0.3 |
2.0.8 | 2.0.8 |
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.8.0 | |
amplify_datastore_plugin_interface |
- | 0.4.5 | 2.8.0 | |
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.7 | 3.0.7 | |
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.17.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.2 | |
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.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.