The dart package supports them all:

sentry_flutter doesn't:

Probably a matter of adding the platforms here: https://github.com/getsentry/sentry-dart/blob/7ca0d10ca4985dbf928958e715bc695bfe1d3045/flutter/pubspec.yaml#L33-L41
To at least explicitly support it. Device context etc can come later.
Ideally this should be done together with #288 to get basic breadcrumb support out of the box.
These plus plugins maintained by flutter community can help to add device or package context info by replacing currently used package_info plugin.
Important: As of January 2021, the Flutter team is no longer accepting non-critical PRs for the original set of plugins in flutter/plugins, and instead they should be submitted in this project. You can read more about this announcement here. as well as in the Flutter 2 announcement blog post.
These
plus pluginsmaintained by flutter community can help to add device or package context info by replacing currently usedpackage_infoplugin.Important: As of January 2021, the Flutter team is no longer accepting non-critical PRs for the original set of plugins in flutter/plugins, and instead they should be submitted in this project. You can read more about this announcement here. as well as in the Flutter 2 announcement blog post.
Yes plus plugins is the way to go.
Particularly on the next major bump, we should make the switch.
Most helpful comment
Ideally this should be done together with #288 to get basic breadcrumb support out of the box.