dartvm_integration_tests 0.0.2
dartvm_integration_tests: ^0.0.2 copied to clipboard
Run full app integration tests on the Dart VM with no devices, no drivers, no builds. Provides HTTP mocking, method channel mocking, a unified tester abstraction, and page object/flow patterns for fas [...]
We analyzed this package 8 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
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
60 out of 186 API elements (32.3 %) have documentation comments.
Some symbols that are missing documentation: base_flow, base_flow.BaseFlow, base_flow.BaseFlow.$, base_flow.BaseFlow.BaseFlow.new, base_flow.BaseFlow.httpOverrides.
10/10 points: Package has an example
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:dartvm_integration_tests/dartvm_integration_tests.dartthat imports:package:dartvm_integration_tests/tester/patrol/patrol_tester_factory.dartthat imports:package:dartvm_integration_tests/tester/patrol/patrol_factory_impl.dartthat imports:package:patrol_finders/patrol_finders.dartthat imports:package:patrol_finders/src/custom_finders/custom_finders.dartthat imports:package:patrol_finders/src/custom_finders/patrol_tester.dartthat imports:package:patrol_log/patrol_log.dartthat imports:package:patrol_log/src/patrol_log_reader.dartthat imports:package:dispose_scope/dispose_scope.dartthat imports:package:dispose_scope/src/disposed_extensions/process_disposed.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Missing type annotation.
lib/integration_test.dart:24:10
╷
24 │ static create({
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/integration_test.dart
INFO: Missing type annotation.
lib/network/integration_test_http_overrides.dart:321:44
╷
321 │ FutureOr<FakeHttpResponse> onFakeRequest(request, client) async {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/network/integration_test_http_overrides.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
fake_http_client |
^2.0.0 |
2.0.0 | 2.0.0 | |
patrol_finders |
^2.7.2 |
2.9.0 | 3.2.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
dispose_scope |
- | 2.1.0 | 2.1.0 | |
equatable |
- | 2.0.8 | 2.0.8 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
json_annotation |
- | 4.11.0 | 4.11.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.19 | 0.12.19 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
patrol_log |
- | 0.5.0 | 0.8.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.10 | 0.7.11 | |
vector_math |
- | 2.2.0 | 2.3.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 `^2.7.2` on patrol_finders does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions patrol_finders 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.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.