sentry-dart icon indicating copy to clipboard operation
sentry-dart copied to clipboard

Android sample with lowest supported API level

Open marandaneto opened this issue 3 years ago • 1 comments

Avoid issues such as https://github.com/getsentry/sentry-dart/issues/916

Add the sample and run UI tests on an older OS version.

marandaneto avatar Jul 04 '22 08:07 marandaneto

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.

marandaneto avatar Aug 30 '22 09:08 marandaneto