Skip to content

feature: Added settings to force the player into certain orientations #126

feature: Added settings to force the player into certain orientations

feature: Added settings to force the player into certain orientations #126

Triggered via pull request November 2, 2024 17:42
Status Success
Total duration 1m 27s
Artifacts

checks.yaml

on: pull_request
Linting & Formatting
1m 17s
Linting & Formatting
Fit to window
Zoom out
Zoom in

Annotations

5 notices
A value for optional parameter 'isFavourite' isn't ever given.: lib/models/library_filters_model.dart#L24
Try removing the unused parameter. See https://dart.dev/diagnostics/unused_element to learn more about this problem.
Use 'const' with the constructor to improve performance.: lib/screens/library_search/library_search_screen.dart#L291
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
Use 'const' with the constructor to improve performance.: lib/screens/library_search/widgets/library_saved_filters.dart#L87
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
Use 'const' with the constructor to improve performance.: lib/screens/library_search/widgets/library_saved_filters.dart#L113
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.
Use 'const' with the constructor to improve performance.: lib/screens/library_search/widgets/library_saved_filters.dart#L141
Try adding the 'const' keyword to the constructor invocation. See https://dart.dev/diagnostics/prefer_const_constructors to learn more about this problem.