feat(android_intent_plus): adds getResolvedActivity method #315
android_intent_plus.yaml
on: pull_request
Dart Analyzer
1m 9s
android_example_build
5m 19s
Matrix: android_integration_test
Annotations
1 notice
Don't use 'BuildContext's across async gaps.:
packages/android_intent_plus/example/lib/main.dart#L213
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.
|