This repository was archived by the owner on Sep 11, 2025. It is now read-only.
use repo name variable for artifacts #1398
ci.yml
on: push
Run flutter test and analyze
2m 58s
Build Flutter for iOS (Without Signing)
0s
Build Flutter for Android
0s
Build Flutter for Windows x64
0s
Build Flutter for Linux
0s
Build Flutter for MacOS
0s
Deploy Flutter Web to GitHub Pages
0s
Annotations
1 error and 4 notices
|
Run flutter test and analyze
Process completed with exit code 1.
|
|
Convert 'key' to a super parameter.:
packages/pub/sidebarx/test/test_sidebarx_widget.dart#L5
See https://dart.dev/lints/use_super_parameters to learn more about this problem.
|
|
Convert 'key' to a super parameter.:
packages/pub/sidebarx/lib/src/widgets/sidebarx_cell.dart#L146
See https://dart.dev/lints/use_super_parameters to learn more about this problem.
|
|
Convert 'key' to a super parameter.:
packages/pub/sidebarx/lib/src/widgets/sidebarx_cell.dart#L5
See https://dart.dev/lints/use_super_parameters to learn more about this problem.
|
|
'AutoDisposeRef' is deprecated and shouldn't be used. Will be removed in 3.0. Use Ref instead.:
packages/pub/pagination_dart/lib/src/keep_alive_duration.dart#L5
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.
|