35
likes
140/ 160
pub points
3.27k
downloads

We analyzed this package 38 hours ago, and awarded it 140 pub points (of a possible 160):

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: amplify_datastore,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has multiple matching pubspec.yaml with name: amplify_datastore.

Issue tracker URL doesn't exist.

At the time of the analysis https://.com/aws-amplify/amplify-flutter/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

177 out of 437 API elements (40.5 %) have documentation comments.

Some symbols that are missing documentation: amplify_datastore, amplify_datastore.AmplifyDataStore, amplify_datastore.AmplifyDataStore.clear, amplify_datastore.AmplifyDataStore.delete, amplify_datastore.AmplifyDataStore.observe.

Passed check 10/10 points: Package has an example

Passed check 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_datastore/amplify_datastore.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:amplify_datastore/amplify_datastore.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:amplify_datastore/amplify_datastore.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:amplify_datastore/amplify_datastore.dart that declares support for platforms: Android, iOS.

Passed check 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.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/amplify_datastore/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 5 issues. Showing the first 2:

INFO: Statements in an if should be enclosed in a block.

lib/src/method_channel_datastore.dart:44:11

   ╷
44 │           throw StateError("Native calling non existent ErrorHandler in Dart");
   │           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/method_channel_datastore.dart

INFO: Statements in an if should be enclosed in a block.

lib/src/method_channel_datastore.dart:54:11

   ╷
54 │ ┌           throw StateError(
55 │ │             "Native calling non existent ConflictHandler in Dart",
56 │ └           );
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/method_channel_datastore.dart

Passed check 10/10 points: All of the package dependencies are supported in the latest version

PackageConstraintCompatibleLatestNotes
amplify_core>=2.6.2 <2.7.02.6.32.6.3
amplify_datastore_plugin_interface>=2.6.2 <2.7.02.6.22.6.2
async^2.10.02.13.02.13.0
collection^1.14.131.19.11.19.1
meta^1.16.01.16.01.17.0
plugin_platform_interface^2.0.02.1.82.1.8
Transitive dependencies
PackageConstraintCompatibleLatestNotes
aws_common-0.7.80.7.8
aws_signature_v4-0.6.60.6.6
built_collection-5.1.15.1.1
built_value-8.10.18.10.1
characters-1.4.01.4.0
clock-1.1.21.1.2
convert-3.1.23.1.2
crypto-3.0.63.0.6
fixnum-1.1.11.1.1
graphs-2.3.22.3.2
http-1.4.01.4.0
http2-2.3.12.3.1
http_parser-4.1.24.1.2
intl-0.20.20.20.2
js-0.7.20.7.2Discontinued
json_annotation-4.9.04.9.0
logging-1.3.01.3.0
material_color_utilities-0.11.10.13.0
mime-2.0.02.0.0
os_detect-2.0.32.0.3
path-1.9.11.9.1
retry-3.1.23.1.2
source_span-1.10.11.10.1
sprintf-7.0.07.0.0
stack_trace-1.12.11.12.1
stream_transform-2.1.12.1.1
string_scanner-1.4.11.4.1
term_glyph-1.2.21.2.2
typed_data-1.4.01.4.0
uuid-4.5.14.5.1
vector_math-2.1.42.2.0
web-1.1.11.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Flutter 3.32.1, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads