Skip to content

feat: Add a setter for TextBoxComponent.boxConfig and add a convenience method to skip per-char buildup #10237

feat: Add a setter for TextBoxComponent.boxConfig and add a convenience method to skip per-char buildup

feat: Add a setter for TextBoxComponent.boxConfig and add a convenience method to skip per-char buildup #10237

Triggered via pull request February 13, 2025 06:46
Status Failure
Total duration 8m 50s
Artifacts

cicd.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 8 warnings, and 4 notices
analyze-latest
Dart Analyzer detected problems, see the logs for more information.
test
1461 tests passed, 2 failed.
test
Process completed with exit code 1.
A value for optional parameter 'numFrames' isn't ever given.: examples/games/trex/lib/obstacle/obstacle_type.dart#L23
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element_parameter to learn more about this problem.
A value for optional parameter 'frameRate' isn't ever given.: examples/games/trex/lib/obstacle/obstacle_type.dart#L24
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element_parameter to learn more about this problem.
A value for optional parameter 'speedOffset' isn't ever given.: examples/games/trex/lib/obstacle/obstacle_type.dart#L25
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element_parameter to learn more about this problem.
A value for optional parameter 'small' isn't ever given.: packages/flame/test/game/game_widget/game_widget_pause_test.dart#L10
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element_parameter to learn more about this problem.
test
Cache not found for keys: flutter-linux-stable-3.29.0-x64-35c388afb57ef061d06a39b537336c87e0e3d1b1, flutter-linux-stable-3.29.0-x64-35c388afb57ef061d06a39b537336c87e0e3d1b1
test
Cache not found for keys: flutter-pub-linux-stable-3.29.0-x64-35c388afb57ef061d06a39b537336c87e0e3d1b1-, flutter-pub-linux-stable-3.29.0-x64-35c388afb57ef061d06a39b537336c87e0e3d1b1-, flutter-pub-linux-stable-3.29.0-x64-35c388afb57ef061d06a39b537336c87e0e3d1b1
'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.: doc/flame/examples/lib/main.dart#L1
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.: doc/tutorials/klondike/app/lib/main.dart#L1
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.: doc/tutorials/space_shooter/app/lib/main.dart#L1
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'dart:html' is deprecated and shouldn't be used. Use package:web and dart:js_interop instead.: examples/lib/platform/web_provider.dart#L1
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.