feat: Support for Web #116
cicd.yml
on: pull_request
format
30s
analyze
55s
markdown-lint
7s
super-linter
1m 58s
test
30s
Annotations
13 errors, 7 warnings, and 9 notices
markdown-lint
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|
format
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.
|
markdown-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
analyze
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#L117
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#L130
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.
|