feat(connectivity)!: support multiple ConnectivityResult values at the same time #3902
all_plugins.yaml
on: pull_request
Flutter Analyze
1m 20s
Check pub.dev requirements
2m 14s
Check pub dependencies
1m 9s
Check code formatting
1m 22s
test
1m 45s
Annotations
5 errors, 2 warnings, and 10 notices
Flutter Analyze
Dart Analyzer detected problems, see the logs for more information.
|
Check code formatting
Process completed with exit code 1.
|
Check code formatting
Process completed with exit code 1.
|
test
Process completed with exit code 1.
|
Check pub.dev requirements
Process completed with exit code 1.
|
Flutter Analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: invertase/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publishable packages can't have 'path' dependencies.:
packages/connectivity_plus/connectivity_plus/pubspec.yaml#L37
Try adding a 'publish_to: none' entry to mark the package as not for publishing or remove the path dependency.
|
Convert 'key' to a super parameter.:
packages/android_alarm_manager_plus/example/lib/main.dart#L44
See https://dart.dev/lints/use_super_parameters to learn more about this problem.
|
Convert 'key' to a super parameter.:
packages/android_alarm_manager_plus/example/lib/main.dart#L61
See https://dart.dev/lints/use_super_parameters to learn more about this problem.
|
Convert 'key' to a super parameter.:
packages/android_intent_plus/example/lib/main.dart#L16
See https://dart.dev/lints/use_super_parameters to learn more about this problem.
|
Convert 'key' to a super parameter.:
packages/android_intent_plus/example/lib/main.dart#L38
See https://dart.dev/lints/use_super_parameters to learn more about this problem.
|
Dangling library doc comment.:
packages/android_intent_plus/lib/flag.dart#L1
Add a 'library' directive after the library comment.
See https://dart.dev/lints/dangling_library_doc_comments to learn more about this problem.
|
Local variables should be final.:
packages/connectivity_plus/connectivity_plus/lib/src/connectivity_plus_linux.dart#L44
Try making the variable final.
See https://dart.dev/lints/prefer_final_locals to learn more about this problem.
|
Convert 'key' to a super parameter.:
packages/device_info_plus/device_info_plus/example/lib/main.dart#L24
See https://dart.dev/lints/use_super_parameters to learn more about this problem.
|
'describeEnum' is deprecated and shouldn't be used. Use the `name` getter on enums instead. This feature was deprecated after v3.14.0-2.0.pre.:
packages/device_info_plus/device_info_plus/example/lib/main.dart#L151
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.
|
Dangling library doc comment.:
packages/device_info_plus/device_info_plus/lib/src/device_info_plus_macos.dart#L1
Add a 'library' directive after the library comment.
See https://dart.dev/lints/dangling_library_doc_comments to learn more about this problem.
|
Convert 'key' to a super parameter.:
packages/network_info_plus/network_info_plus/example/lib/main.dart#L30
See https://dart.dev/lints/use_super_parameters to learn more about this problem.
|