Implement support for SFSafariController on iOS #40
Annotations
1 error, 5 warnings, and 6 notices
Analyze
Dart Analyzer detected problems, see the logs for more information.
|
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
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/
|
Analyze:
flutter_appauth/example/lib/main.dart#L8
Try removing the import directive.
See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
|
Analyze:
flutter_appauth/example/lib/main.dart#L8
Try adding a dependency for 'flutter_appauth_platform_interface' in the 'pubspec.yaml' file.
See https://dart.dev/diagnostics/depend_on_referenced_packages to learn more about this problem.
|
Analyze:
flutter_appauth_platform_interface/lib/src/external_agent_type.dart#L2
Try changing the name to follow the lowerCamelCase style.
See https://dart.dev/diagnostics/constant_identifier_names to learn more about this problem.
|
Analyze:
flutter_appauth_platform_interface/lib/src/external_agent_type.dart#L3
Try changing the name to follow the lowerCamelCase style.
See https://dart.dev/diagnostics/constant_identifier_names to learn more about this problem.
|
Analyze:
flutter_appauth_platform_interface/lib/src/external_agent_type.dart#L4
Try changing the name to follow the lowerCamelCase style.
See https://dart.dev/diagnostics/constant_identifier_names to learn more about this problem.
|
Analyze:
flutter_appauth_platform_interface/test/method_channel_flutter_appauth_test.dart#L3
Try removing the import directive.
See https://dart.dev/diagnostics/unnecessary_import to learn more about this problem.
|
Loading