Skip to content

Added Github Actions for Dart, Kotlin & Swift languages #241

Added Github Actions for Dart, Kotlin & Swift languages

Added Github Actions for Dart, Kotlin & Swift languages #241

Triggered via pull request October 31, 2023 08:11
Status Failure
Total duration 1m 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 12 warnings, and 1 notice
Target of URI doesn't exist: 'package:flutter/material.dart'.: packages/hms_room_kit/example/lib/main.dart#L1
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:flutter_svg/flutter_svg.dart'.: packages/hms_room_kit/example/lib/main.dart#L2
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:google_fonts/google_fonts.dart'.: packages/hms_room_kit/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:hms_room_kit/hms_room_kit.dart'.: packages/hms_room_kit/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/hms_room_kit/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/hms_room_kit/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/hms_room_kit/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/hms_room_kit/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/hms_room_kit/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/hms_room_kit/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.
check_build
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/
check_build
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/
check_build
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/
check_build
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/
The method doesn't override an inherited method.: packages/hms_room_kit/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/hms_room_kit/example/lib/main.dart#L36
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/hms_room_kit/example/lib/main.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/hms_room_kit/lib/src/common/animated_text.dart#L11
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/hms_room_kit/lib/src/common/animated_text.dart#L20
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/hms_room_kit/lib/src/common/animated_text.dart#L43
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/hms_room_kit/lib/src/common/animated_text.dart#L49
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/hms_room_kit/lib/src/hls_viewer/hls_chat.dart#L26
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.