feat: Add a setter for TextBoxComponent.boxConfig and add a convenience method to skip per-char buildup #10237
cicd.yml
on: pull_request
format
1m 28s
analyze
1m 30s
analyze-latest
1m 36s
markdown-lint
10s
dcm
1m 42s
test
8m 40s
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.
|
'package_api_docs' was removed in Dart '3.7.0':
packages/flame_lint/lib/analysis_options.yaml#L90
Remove the reference to 'package_api_docs'.
|
'unsafe_html' was removed in Dart '3.7.0':
packages/flame_lint/lib/analysis_options.yaml#L158
Remove the reference to 'unsafe_html'.
|
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.
|