Skip to content

Flutter 3.19.0

Flutter 3.19.0 #77

Triggered via pull request February 18, 2024 11:03
Status Success
Total duration 2m 16s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.