ci(all): use GH Action setup-flutter to install Flutter instead of custom script
#443
Triggered via pull request
February 14, 2025 13:05
Status
Failure
Total duration
56m 58s
Artifacts
–
sensors_plus.yaml
on: pull_request
Dart Analyzer
1m 32s
android_build
8m 15s
ios
3m 7s
ios_integration_test
5m 48s
web
1m 22s
Matrix: android_integration_test
Annotations
2 errors, 1 warning, and 5 notices
|
android_integration_test (34)
The job running on runner GitHub Actions 3 has exceeded the maximum execution time of 30 minutes.
|
|
android_integration_test (34)
The operation was canceled.
|
|
ios_integration_test
More than one (5) device matching requirements (os:[] os_version:[] model:[iPhone 15]) have been found.
|
|
Don't use 'BuildContext's across async gaps.:
packages/sensors_plus/sensors_plus/example/lib/main.dart#L284
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.
See https://dart.dev/diagnostics/use_build_context_synchronously to learn more about this problem.
|
|
Don't use 'BuildContext's across async gaps.:
packages/sensors_plus/sensors_plus/example/lib/main.dart#L313
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.
See https://dart.dev/diagnostics/use_build_context_synchronously to learn more about this problem.
|
|
Don't use 'BuildContext's across async gaps.:
packages/sensors_plus/sensors_plus/example/lib/main.dart#L342
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.
See https://dart.dev/diagnostics/use_build_context_synchronously to learn more about this problem.
|
|
Don't use 'BuildContext's across async gaps.:
packages/sensors_plus/sensors_plus/example/lib/main.dart#L371
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.
See https://dart.dev/diagnostics/use_build_context_synchronously to learn more about this problem.
|
|
Don't use 'BuildContext's across async gaps.:
packages/sensors_plus/sensors_plus/example/lib/main.dart#L400
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.
See https://dart.dev/diagnostics/use_build_context_synchronously to learn more about this problem.
|