sentry-dart
sentry-dart copied to clipboard
Android sample with lowest supported API level
Avoid issues such as https://github.com/getsentry/sentry-dart/issues/916
Add the sample and run UI tests on an older OS version.
For Dart/Flutter I've added https://github.com/getsentry/sentry-dart/tree/main/min_version_test
Now we need a Flutter example or modify the current one that compiles with the min supported version to avoid issues such as #916
The min version would be defined by the Flutter tooling 2.0.0 most likely.