apply layout - "enhance/boarding-card" #5
Annotations
1 error, 8 warnings, and 2 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
|
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, kuhnroyal/flutter-fvm-config-action@v1, 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/
|
The parameter type of '==' operators should be non-nullable.:
lib/models/generated/aviation.freezed.dart#L167
Try using a non-nullable type.
|
The parameter type of '==' operators should be non-nullable.:
lib/models/generated/aviation.freezed.dart#L336
Try using a non-nullable type.
|
The parameter type of '==' operators should be non-nullable.:
lib/models/generated/flight_form.freezed.dart#L210
Try using a non-nullable type.
|
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/
|
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/
|
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/
|
Don't invoke 'print' in production code.:
lib/hooks/use_signin.dart#L30
Try using a logging framework.
See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
|
Don't invoke 'print' in production code.:
lib/pages/register_page.dart#L66
Try using a logging framework.
See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
|