armyknife_riverpodx_test 1.0.0 copy "armyknife_riverpodx_test: ^1.0.0" to clipboard
armyknife_riverpodx_test: ^1.0.0 copied to clipboard

armyknife_riverpodx test support library.

80/ 160
pub points
43
downloads

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

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

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

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

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: armyknife_riverpodx_test,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: armyknife_riverpodx_test.

Failed check 0/5 points: Provide a valid README.md

`README.md` contains too many non-ASCII characters.

The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

2 out of 6 API elements (33.3 %) have documentation comments.

Some symbols that are missing documentation: armyknife_riverpodx_test, armyknife_riverpodx_test.ProviderContainerTest, armyknife_riverpodx_test.ProviderContainerTest.create, armyknife_riverpodx_test.ProviderContainerTestExtensions.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:armyknife_riverpodx_test/armyknife_riverpodx_test.dart that imports:
  • package:armyknife_riverpodx_test/src/provider_container_test.dart that imports:
  • package:flutter_test/flutter_test.dart that imports:
  • package:flutter_test/src/widget_tester.dart that imports:
  • package:flutter_test/src/test_text_input.dart that imports:
  • package:flutter_test/src/test_text_input_key_handler.dart that imports:
  • package:flutter_test/src/binding.dart that imports:
  • package:flutter_test/src/platform.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 14 issues. Showing the first 2:

ERROR: Undefined class 'ProviderContainer'.

lib/src/provider_container_test.dart:7:10

  ╷
7 │   static ProviderContainer create({
  │          ^^^^^^^^^^^^^^^^^
  ╵

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

ERROR: The name 'Override' isn't a type, so it can't be used as a type argument.

lib/src/provider_container_test.dart:8:10

  ╷
8 │     List<Override> overrides = const [],
  │          ^^^^^^^^
  ╵

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

Partially passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
armyknife_riverpodx ^1.0.0 1.1.1 2.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
armyknife_dartx - 1.0.0 1.0.0
armyknife_flutterx - 1.0.0 1.0.0
armyknife_streams - 1.0.0 1.0.0
armyknife_task_queue - 1.0.0+1 1.0.0+1
async - 2.13.0 2.13.0
async_notify2 - 1.0.0 1.0.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
fake_async - 1.3.3 1.3.3
flutter_hooks - 0.21.3+1 0.21.3+1
flutter_riverpod - 2.6.1 3.0.3
freezed_annotation - 3.1.0 3.1.0
future_context2 - 1.1.0+1 1.1.0+1
hooks_riverpod - 2.6.1 3.0.3
json_annotation - 4.9.0 4.9.0
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
riverpod - 2.6.1 3.0.3
runtime_assert - 0.0.1+2 0.0.1+2
rxdart - 0.28.0 0.28.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.6 0.7.7
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2

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

The constraint `^1.0.0` on armyknife_riverpodx does not support the stable version `2.0.0`, that was published 27 days ago.

When armyknife_riverpodx is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions armyknife_riverpodx to update the constraint.

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.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
43
downloads

Publisher

verified publishereaglesakura.com

Weekly Downloads

armyknife_riverpodx test support library.

Documentation

API reference

License

MIT (license)

Dependencies

armyknife_riverpodx, flutter, flutter_test

More

Packages that depend on armyknife_riverpodx_test