honey 0.2.0
honey: ^0.2.0 copied to clipboard
The sweet side of testing. An end to end testing framework for Flutter.
We analyzed this package 15 hours ago, and awarded it 120 pub points (of a possible 140):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 160 out of 254 API elements (63.0 %) have documentation comments.
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:honey/honey.dart
that imports:package:honey/src/semantics/semantics_widget.dart
that imports:package:honey/src/honey_widgets_binding.dart
that imports:package:honey/src/honey_function.dart
that imports:package:honey/src/runner/context/honey_context.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
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 37 issues. Showing the first 2:
INFO: The variable name '_LITERAL_NAMES' isn't a lowerCamelCase identifier.
lib/src/compiler/antlr/HoneyTalkLexer.dart:150:30
╷
150 │ static final List<String?> _LITERAL_NAMES = [
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/compiler/antlr/HoneyTalkLexer.dart
INFO: The variable name '_SYMBOLIC_NAMES' isn't a lowerCamelCase identifier.
lib/src/compiler/antlr/HoneyTalkLexer.dart:200:30
╷
200 │ static final List<String?> _SYMBOLIC_NAMES = [
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/compiler/antlr/HoneyTalkLexer.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
antlr4 |
^4.11.1 |
4.13.0 | 4.13.0 |
collection |
^1.15.0 |
1.17.1 | 1.17.2 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_test |
flutter |
0.0.0 | 0.0.0 |
intl |
^0.17.0 |
0.17.0 | 0.18.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
boolean_selector |
- | 2.1.1 | 2.1.1 |
characters |
- | 1.3.0 | 1.3.0 |
clock |
- | 1.1.1 | 1.1.1 |
fake_async |
- | 1.3.1 | 1.3.1 |
js |
- | 0.6.7 | 0.6.7 |
logging |
- | 1.2.0 | 1.2.0 |
matcher |
- | 0.12.15 | 0.12.16 |
material_color_utilities |
- | 0.2.0 | 0.5.0 |
meta |
- | 1.9.1 | 1.9.1 |
path |
- | 1.8.3 | 1.8.3 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.9.1 | 1.10.0 |
stack_trace |
- | 1.11.0 | 1.11.0 |
stream_channel |
- | 2.1.1 | 2.1.1 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.5.1 | 0.6.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.17.0` on intl does not support the stable version `0.18.0`.
Try running dart pub upgrade --major-versions intl
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package is Dart 3 & Flutter 3.10 compatible!
Analysed with Pana 0.21.32
, Flutter 3.10.0
, Dart 3.0.0
.