testit_adapter_flutter 5.0.0
testit_adapter_flutter: ^5.0.0 copied to clipboard
The repository contains new versions of adapters for dart test frameworks.
We analyzed this package 4 hours ago, and awarded it 130 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
242 out of 263 API elements (92.0 %) have documentation comments.
Some symbols that are missing documentation: testit_adapter_flutter.CustomMatcher.CustomMatcher.new, testit_adapter_flutter.Description.Description.new, testit_adapter_flutter.Description.length, testit_adapter_flutter.Fake.Fake.new, testit_adapter_flutter.Func0.
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:testit_adapter_flutter/testit_adapter_flutter.dartthat imports:package:flutter_test/flutter_test.dartthat imports:package:flutter_test/src/widget_tester.dartthat imports:package:flutter_test/src/test_text_input.dartthat imports:package:flutter_test/src/test_text_input_key_handler.dartthat imports:package:flutter_test/src/binding.dartthat imports:package:flutter_test/src/platform.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 173 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/src/adaptersapi/api/attachments_api.dart:11:1
╷
11 │ part of adapters_api;
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/adaptersapi/api/attachments_api.dart
INFO: The part-of directive uses a library name.
lib/src/adaptersapi/api/auto_tests_api.dart:11:1
╷
11 │ part of adapters_api;
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/adaptersapi/api/auto_tests_api.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.0 |
1.19.1 | 1.19.1 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
http_parser |
^4.0.2 |
4.1.2 | 4.1.2 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
logger |
^2.3.0 |
2.7.0 | 2.7.0 | |
meta |
^1.10.0 |
1.18.0 | 1.19.0 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
properties |
^2.1.1 |
2.1.1 | 2.1.1 | |
synchronized |
^3.1.0+1 |
3.4.1+1 | 3.4.1+1 | |
test_api |
>=0.5.1 <2.0.0 |
0.7.11 | 0.7.13 | |
universal_io |
^2.2.2 |
2.3.1 | 2.3.1 | |
uuid |
^4.2.2 |
4.6.0 | 4.6.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 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
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.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.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 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.4.1 | |
vm_service |
- | 15.2.0 | 15.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_NAMED_PARAMETER-lib/src/manager/log_manager.dart:22:11- The named parameter 'dateTimeFormat' isn't defined.UNDEFINED_IDENTIFIER-lib/src/manager/log_manager.dart:22:27- Undefined name 'DateTimeFormat'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.14, Dart 3.12.2.
Check the analysis log for details.