feat: Support for Web #120
cicd.yml
on: pull_request
format
55s
analyze
52s
markdown-lint
6s
super-linter
1m 50s
test
51s
Annotations
13 errors, 4 warnings, and 9 notices
markdown-lint
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|
Target of URI doesn't exist: 'package:flutter/material.dart'.:
packages/gamepads/example/lib/main.dart#L3
Try creating the file referenced by the URI, or try using a URI for a file that does exist.
See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
|
Target of URI doesn't exist: 'package:gamepads/gamepads.dart'.:
packages/gamepads/example/lib/main.dart#L4
Try creating the file referenced by the URI, or try using a URI for a file that does exist.
See https://dart.dev/diagnostics/uri_does_not_exist to learn more about this problem.
|
The function 'runApp' isn't defined.:
packages/gamepads/example/lib/main.dart#L7
Try importing the library that defines 'runApp', correcting the name to the name of an existing function, or defining a function named 'runApp'.
See https://dart.dev/diagnostics/undefined_function to learn more about this problem.
|
Classes can only extend other classes.:
packages/gamepads/example/lib/main.dart#L10
Try specifying a different superclass, or removing the extends clause.
See https://dart.dev/diagnostics/extends_non_class to learn more about this problem.
|
No associated named super constructor parameter.:
packages/gamepads/example/lib/main.dart#L11
Try changing the name to the name of an existing named super constructor parameter, or creating such named parameter.
See https://dart.dev/diagnostics/super_formal_parameter_without_associated_named to learn more about this problem.
|
Undefined class 'Widget'.:
packages/gamepads/example/lib/main.dart#L14
Try changing the name to the name of an existing class, or creating a class with the name 'Widget'.
See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
|
Undefined class 'BuildContext'.:
packages/gamepads/example/lib/main.dart#L14
Try changing the name to the name of an existing class, or creating a class with the name 'BuildContext'.
See https://dart.dev/diagnostics/undefined_class to learn more about this problem.
|
The method 'MaterialApp' isn't defined for the type 'MyApp'.:
packages/gamepads/example/lib/main.dart#L15
Try correcting the name to the name of an existing method, or defining a method named 'MaterialApp'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
The method 'ThemeData' isn't defined for the type 'MyApp'.:
packages/gamepads/example/lib/main.dart#L17
Try correcting the name to the name of an existing method, or defining a method named 'ThemeData'.
See https://dart.dev/diagnostics/undefined_method to learn more about this problem.
|
Undefined name 'Colors'.:
packages/gamepads/example/lib/main.dart#L18
Try correcting the name to one that is defined, or defining the name.
See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
|
format
Process completed with exit code 1.
|
markdown-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
super-linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The method doesn't override an inherited method.:
packages/gamepads/example/lib/main.dart#L14
Try updating this class to match the superclass, or removing the override annotation.
See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
|
The method doesn't override an inherited method.:
packages/gamepads/example/lib/main.dart#L29
Try updating this class to match the superclass, or removing the override annotation.
See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
|
The method doesn't override an inherited method.:
packages/gamepads/example/lib/main.dart#L53
Try updating this class to match the superclass, or removing the override annotation.
See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
|
The method doesn't override an inherited method.:
packages/gamepads/example/lib/main.dart#L70
Try updating this class to match the superclass, or removing the override annotation.
See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
|
The method doesn't override an inherited method.:
packages/gamepads/example/lib/main.dart#L76
Try updating this class to match the superclass, or removing the override annotation.
See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
|
The method doesn't override an inherited method.:
packages/gamepads_platform_interface/lib/method_channel_gamepads_platform_interface.dart#L18
Try updating this class to match the superclass, or removing the override annotation.
See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
|
The getter doesn't override an inherited getter.:
packages/gamepads_platform_interface/lib/method_channel_gamepads_platform_interface.dart#L44
Try updating this class to match the superclass, or removing the override annotation.
See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
|
The method doesn't override an inherited method.:
packages/gamepads_web/lib/gamepads_web.dart#L112
Try updating this class to match the superclass, or removing the override annotation.
See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
|
The getter doesn't override an inherited getter.:
packages/gamepads_web/lib/gamepads_web.dart#L125
Try updating this class to match the superclass, or removing the override annotation.
See https://dart.dev/diagnostics/override_on_non_overriding_member to learn more about this problem.
|