honey 0.2.1 copy "honey: ^0.2.1" to clipboard
honey: ^0.2.1 copied to clipboard

The sweet side of testing. An end to end testing framework for Flutter.

80/ 160
pub points
70
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://honey.dev 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 report section
Provide documentation
20 / 20trigger folding of the section

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

136 out of 185 API elements (73.5 %) have documentation comments.

Some symbols that are missing documentation: honey, honey.EvaluatedExpr.EvaluatedExpr.new, honey.EvaluatedListExpr.EvaluatedListExpr.new, honey.Expr.Expr.new, honey.HoneyContext.HoneyContext.new.

Passed check 10/10 points: Package has 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: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

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.dev/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 2400 issues. Showing the first 2:

ERROR: The argument type 'dynamic' can't be assigned to the parameter type 'ParserRuleContext'.

lib/src/compiler/antlr/HoneyTalkParser.dart:267:15

    ╷
267 │     enterRule(_localctx, 0, RULE_script);
    │               ^^^^^^^^^
    ╵

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

ERROR: The argument type 'dynamic' can't be assigned to the parameter type 'ParserRuleContext'.

lib/src/compiler/antlr/HoneyTalkParser.dart:271:21

    ╷
271 │       enterOuterAlt(_localctx, 1);
    │                     ^^^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
antlr4 ^4.11.1 4.13.2 4.13.2
collection ^1.15.0 1.19.1 1.19.1
intl ^0.17.0 0.17.0 0.20.2
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
fake_async - 1.3.3 1.3.3
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
logging - 1.3.0 1.3.0
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
source_span - 1.10.1 1.10.1
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.6 0.7.8
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 `^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.

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 403 errors:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/compiler/antlr/HoneyTalkParser.dart:267:15 - The argument type 'dynamic' can't be assigned to the parameter type 'ParserRuleContext'.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/compiler/antlr/HoneyTalkParser.dart:271:21 - The argument type 'dynamic' can't be assigned to the parameter type 'ParserRuleContext'.
  • RETURN_OF_INVALID_TYPE - lib/src/compiler/antlr/HoneyTalkParser.dart:311:12 - A value of type 'dynamic' can't be returned from the method 'script' because it has a return type of 'ScriptContext'.

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.1, Flutter 3.35.7, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
47
likes
80
points
70
downloads

Publisher

verified publisherclickup.com

Weekly Downloads

The sweet side of testing. An end to end testing framework for Flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

antlr4, collection, flutter, flutter_test, intl

More

Packages that depend on honey