Flutter 3.19.0 #77
pull_request.yml
on: pull_request
analyze
1m 19s
deploy
2m 7s
Annotations
2 warnings and 2 notices
analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, invertase/github-action-dart-analyzer@v2.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, FirebaseExtended/action-hosting-deploy@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check.:
lib/view/widget/cache_clear_dialog.dart#L29
Guard a 'State.context' use with a 'mounted' check on the State, and other BuildContext use with a 'mounted' check on the BuildContext.
See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.
|
Don't use 'BuildContext's across async gaps, guarded by an unrelated 'mounted' check.:
lib/view/widget/cache_clear_dialog.dart#L34
Guard a 'State.context' use with a 'mounted' check on the State, and other BuildContext use with a 'mounted' check on the BuildContext.
See https://dart.dev/lints/use_build_context_synchronously to learn more about this problem.
|